changeset 1502:9cf60f94b395

bugfix: build package libgpg_error only for C, not CL
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 12 Dec 2010 14:03:35 +0100
parents 8d92faf0f697
children 0fc1e472efd1
files src/libgpg_error.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgpg_error.mk	Sun Dec 12 14:06:39 2010 +1100
+++ b/src/libgpg_error.mk	Sun Dec 12 14:03:35 2010 +0100
@@ -24,8 +24,9 @@
     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