changeset 1181:c807edd4158c

bugfix for package xerces
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 23 Sep 2010 02:48:50 +0200
parents 8f56d514c5fd
children 2425089ad67e
files src/xerces.mk
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xerces.mk	Wed Sep 22 10:32:23 2010 +0200
+++ b/src/xerces.mk	Thu Sep 23 02:48:50 2010 +0200
@@ -21,7 +21,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && $(SHELL) ./configure \
+    cd '$(1)' && CONFIG_SHELL='$(SHELL)' ./configure \
         --host='$(TARGET)' \
         --disable-shared \
         --disable-sse2 \
@@ -44,8 +44,7 @@
         --disable-msgloader-icu \
         --with-curl='$(PREFIX)/$(TARGET)' \
         --without-icu \
-        LIBS="`$(TARGET)-pkg-config --libs libcurl`" \
-        CONFIG_SHELL=$(SHELL)
+        LIBS="`$(TARGET)-pkg-config --libs libcurl`"
     $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=