From 48d206d2c6f554e1ab34c5f0617a054eb50cd723 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Mon, 15 Feb 2010 15:49:32 +0100 Subject: remove an option that is no longer needed since "pkg-config" gets always "--static" --- src/xerces.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xerces.mk b/src/xerces.mk index 9e24a1a..7680e63 100644 --- a/src/xerces.mk +++ b/src/xerces.mk @@ -45,7 +45,7 @@ define $(PKG)_BUILD --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 -- cgit v0.12