summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libgpg_error.mk6
1 files changed, 5 insertions, 1 deletions
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=