Whoops. Append, don't overwrite.

svn path=/trunk/netsurf/; revision=4779
This commit is contained in:
Rob Kendrick 2008-07-28 21:44:24 +00:00
parent 97e1d9503f
commit 238ebca344
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -28,7 +28,7 @@ NETSURF_USE_MNG=YES
# Use libharu to enable PDF export and GTK printing support. There is no
# auto-detection available for this, as it does not have a pkg-config file
# Valid options: YES, NO
NETSURF_USE_HARU_PDF=YES
NETSURF_USE_HARU_PDF=NO
# ----------------------------------------------------------------------------
# RISC OS-specific options