summaryrefslogtreecommitdiffstats
path: root/src/libgpg_error.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-18 19:15:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-18 19:15:38 (GMT)
commit8c2cb2c0b37588ea809256e152f4bdbcb91e3f69 (patch)
treed66aed228d50e43c6334de4558bed4d3251ba04c /src/libgpg_error.mk
parent95115cd98429e09d93deb0c45817f08c27ae66c1 (diff)
downloadmxe-8c2cb2c0b37588ea809256e152f4bdbcb91e3f69.zip
mxe-8c2cb2c0b37588ea809256e152f4bdbcb91e3f69.tar.gz
mxe-8c2cb2c0b37588ea809256e152f4bdbcb91e3f69.tar.bz2
bugfix for package libgpg_error
Diffstat (limited to 'src/libgpg_error.mk')
-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=