summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-28 21:44:24 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-28 21:44:24 +0000
commit238ebca344e5450face62990e6e0068917bf2165 (patch)
tree780f8cd7f89ccf53dac0857d314072a546ea9e90 /Makefile
parent97e1d9503f67561488fc3ad26ae18f4b463be6e6 (diff)
downloadnetsurf-238ebca344e5450face62990e6e0068917bf2165.tar.gz
netsurf-238ebca344e5450face62990e6e0068917bf2165.tar.bz2
Whoops. Append, don't overwrite.
svn path=/trunk/netsurf/; revision=4779
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0e02f8189..1de11f847 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ LDFLAGS += -lz
# ----------------------------------------------------------------------------
ifeq ($(HOST),riscos)
-LDFLAGS := -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lssl \
+LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lssl \
-lcrypto -lcares
endif
@@ -188,7 +188,7 @@ endif
# ----------------------------------------------------------------------------
ifeq ($(HOST),beos)
-LDFLAGS := -L/boot/home/config/lib
+LDFLAGS += -L/boot/home/config/lib
LDFLAGS += -lxml2 -lz -lcurl -lssl -lcrypto -liconv
endif
@@ -197,7 +197,7 @@ endif
# ----------------------------------------------------------------------------
ifeq ($(TARGET),gtk)
-LDFLAGS := $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
+LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
# 1: Feature name (ie, NETSURF_USE_RSVG -> RSVG)
# 2: pkg-config required modules for feature