changeset 1153:286c23180408

bugfix for package libgpg_error
author Tony Theodore <tonyt@logyst.com>
date Sat, 18 Sep 2010 21:15:38 +0200
parents 23b4af02f7ed
children a8f4b5284190 69413ab30653
files src/libgpg_error.mk
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgpg_error.mk	Fri Sep 17 13:34:54 2010 +0200
+++ b/src/libgpg_error.mk	Sat Sep 18 21:15:38 2010 +0200
@@ -19,13 +19,17 @@
 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=