summaryrefslogtreecommitdiffstats
path: root/src/libgpg_error.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-12 13:03:35 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-12 13:03:35 (GMT)
commit8761fe839f0949ca1f3c0e69cbd73a11b4740827 (patch)
tree62e2f876ab0e3fa5585c2e197718912911346c93 /src/libgpg_error.mk
parent8532a391143fe8d3d27416bbc6353792a90777b2 (diff)
downloadmxe-8761fe839f0949ca1f3c0e69cbd73a11b4740827.zip
mxe-8761fe839f0949ca1f3c0e69cbd73a11b4740827.tar.gz
mxe-8761fe839f0949ca1f3c0e69cbd73a11b4740827.tar.bz2
bugfix: build package libgpg_error only for C, not CL
Diffstat (limited to 'src/libgpg_error.mk')
-rw-r--r--src/libgpg_error.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk
index 2f350f2..2fbbe9e 100644
--- a/src/libgpg_error.mk
+++ b/src/libgpg_error.mk
@@ -24,8 +24,9 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
+ --prefix='$(PREFIX)/$(TARGET)' \
--disable-nls \
- --prefix='$(PREFIX)/$(TARGET)'
+ --disable-languages
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef