# HG changeset patch # User Volker Grabsch # Date 1285202930 -7200 # Node ID c807edd4158c0ee78903e925b6e8979292923ee7 # Parent 8f56d514c5fdbeed3a9b810d026859918a2dd8f0 bugfix for package xerces diff -r 8f56d514c5fd -r c807edd4158c src/xerces.mk --- 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=