From da9a0e9b444773eae0eed4f6c6563b093629d65a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 27 Feb 2012 22:43:33 +0000 Subject: 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 --- atari/Makefile.target | 6 +++--- 1 file 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 -- cgit v1.2.3