changeset 743:a0153c1be91d

remove an option that is no longer needed since "pkg-config" gets always "--static"
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 15 Feb 2010 15:49:32 +0100
parents 6f9e59f9765c
children b09aadb3810b
files src/xerces.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xerces.mk	Mon Feb 15 02:40:09 2010 +0100
+++ b/src/xerces.mk	Mon Feb 15 15:49:32 2010 +0100
@@ -45,7 +45,7 @@
         --disable-msgloader-icu \
         --with-curl='$(PREFIX)/$(TARGET)' \
         --without-icu \
-        LIBS="-lws2_32 `$(TARGET)-pkg-config --libs libcurl`"
+        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=
 endef