From 6af1e81e52af25cdb03d06b2fe4cc87691768c1f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Apr 2005 16:42:05 +0000 Subject: [project @ 2005-04-17 16:42:05 by bursa] Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661 --- posix.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix.mk') diff --git a/posix.mk b/posix.mk index b1de60f06..c1f8e0d0d 100644 --- a/posix.mk +++ b/posix.mk @@ -9,8 +9,8 @@ PLATFORM_CFLAGS_DEBUG = -I/usr/include/libxml2 -I/riscos/src/OSLib \ LDFLAGS_RISCOS = -L/home/riscos/env/lib -lxml2 -lz -lcurl -lssl -lcrypto \ -lcares -lmng -loslib -ljpeg -lrufl -LDFLAGS_SMALL = -L/riscos/lib -lxml2 -lz -lucurl -lcares -lmng -loslib -ljpeg \ - -lrufl +LDFLAGS_SMALL = -L/home/riscos/env/lib -lxml2 -lz -lucurl -lcares -lmng \ + -loslib -ljpeg -lrufl LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl -lmng \ -ljpeg -llcms -- cgit v1.2.3