mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
Remove some more options that aren't needed with latest SDK
svn path=/trunk/netsurf/; revision=6530
This commit is contained in:
parent
34db852b01
commit
3987db4702
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user