From 8c2cb2c0b37588ea809256e152f4bdbcb91e3f69 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 18 Sep 2010 21:15:38 +0200 Subject: bugfix for package libgpg_error --- src/libgpg_error.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk index c2fd206..c4fd486 100644 --- a/src/libgpg_error.mk +++ b/src/libgpg_error.mk @@ -19,13 +19,17 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && ./autogen.sh + cd '$(1)' && aclocal -I m4 + cd '$(1)' && autoheader + cd '$(1)' && automake --gnu + cd '$(1)' && autoconf # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ + --disable-nls \ --prefix='$(PREFIX)/$(TARGET)' $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= -- cgit v0.12