From 1f0e0d009aaba3ad8545b497ccb1912141e195a1 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Mon, 28 Jul 2008 21:55:46 +0000 Subject: Fix cross-compile RISC OS build. svn path=/trunk/netsurf/; revision=4781 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1de11f847..9f2e7b730 100644 --- a/Makefile +++ b/Makefile @@ -169,13 +169,14 @@ LDFLAGS += -lz # RISC OS host flag setup # ---------------------------------------------------------------------------- +ifeq ($(TARGET),riscos) ifeq ($(HOST),riscos) LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lssl \ -lcrypto -lcares +else +LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl) endif -ifeq ($(TARGET),riscos) - $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny)) $(eval $(call feature_enabled,DRAW,-DWITH_DRAW,-lpencil)) $(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,)) -- cgit v1.2.3