summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-02-27 22:43:33 +0000
committerOle Loots <ole@monochrom.net>2012-02-27 22:43:33 +0000
commitda9a0e9b444773eae0eed4f6c6563b093629d65a (patch)
tree5938b1dc876c332ffbca959bb791f7e3b5e880cd
parented9fb931cdd16c204478df36f44338cea58d398c (diff)
downloadnetsurf-da9a0e9b444773eae0eed4f6c6563b093629d65a.tar.gz
netsurf-da9a0e9b444773eae0eed4f6c6563b093629d65a.tar.bz2
Always use pkg-config, never use xml-config or curl-config, it breaks crossbuild when these binaries are actually available on the build machine.
svn path=/trunk/netsurf/; revision=13492
-rw-r--r--atari/Makefile.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 73ae1c5bc..f384bcee3 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -22,9 +22,9 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -I. -Dsmall $(WARNFLAGS) -Dnsatari \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl) \
- $(shell xml2-config --cflags) \
- $(shell curl-config --cflags)
+ $(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl ) \
+ $(shell $(PKG_CONFIG) --cflags libxml-2.0 ) \
+ $(shell $(PKG_CONFIG) --cflags libcurl )
LDFLAGS += -lcurl
LDFLAGS += -lhubbub -lcss -lparserutils -lwapcaplet