mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Fix Amiga SSL build
svn path=/trunk/netsurf/; revision=6528
This commit is contained in:
parent
dd5f00fe79
commit
cb6bba7fb9
2
Makefile
2
Makefile
@ -485,7 +485,7 @@ ifeq ($(TARGET),amiga)
|
||||
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering))
|
||||
|
||||
CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
|
||||
LDFLAGS += -lxml2 -lcurl -lm -lsocket -lpthread -lregex -lauto -lraauto -lamisslauto -lparserutils -mcrt=newlib
|
||||
LDFLAGS += -lxml2 -lcurl -lm -lsocket -lpthread -lregex -lauto -lraauto -lparserutils -mcrt=newlib
|
||||
ifeq ($(NETSURF_USE_SSL),YES)
|
||||
LDFLAGS += -lssl -lcrypto
|
||||
endif
|
||||
|
@ -175,6 +175,9 @@ ifeq ($(TARGET),amiga)
|
||||
# Valid options: YES, NO, AUTO (highly recommended)
|
||||
NETSURF_USE_HUBBUB := YES
|
||||
|
||||
# Force SSL on, because we can't autodetect it.
|
||||
NETSURF_USE_SSL := YES
|
||||
|
||||
# Enable NetSurf's use of libsvgtiny for displaying SVGs
|
||||
# (NB: Requires NETSURF_AMIGA_USE_CAIRO)
|
||||
# Valid options: YES, NO
|
||||
|
Loading…
Reference in New Issue
Block a user