Remove some more options that aren't needed with latest SDK

svn path=/trunk/netsurf/; revision=6530
This commit is contained in:
Chris Young 2009-02-15 12:56:19 +00:00
parent 34db852b01
commit 3987db4702
1 changed files with 2 additions and 2 deletions

View File

@ -484,8 +484,8 @@ ifeq ($(TARGET),amiga)
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG support))
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering))
CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lraauto -lparserutils -mcrt=newlib
CFLAGS += -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lparserutils
ifeq ($(NETSURF_USE_SSL),YES)
LDFLAGS += -lssl -lcrypto
endif