summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-29 00:15:43 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-29 00:15:43 (GMT)
commit6414eebdaa8668a23628d2b5431b862d55e74da2 (patch)
tree431fd219d810e40990fd4ebe1652e8850bcc4306 /src/xerces.mk
parent4dab36fa2fe229658c308e924debfcc9e7793284 (diff)
downloadmxe-6414eebdaa8668a23628d2b5431b862d55e74da2.zip
mxe-6414eebdaa8668a23628d2b5431b862d55e74da2.tar.gz
mxe-6414eebdaa8668a23628d2b5431b862d55e74da2.tar.bz2
fix build scripts of packages: curl gnutls xerces
Diffstat (limited to 'src/xerces.mk')
-rw-r--r--src/xerces.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xerces.mk b/src/xerces.mk
index a21dc74..eda448e 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -51,5 +51,5 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-xerces.exe' \
- -lxerces-c
+ `'$(TARGET)-pkg-config' xerces-c --cflags --libs`
endef