summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2020-03-06 20:42:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2020-03-06 20:42:34 +0000
commitb37145434425e4cd76ce844f9bae9538c50d75ae (patch)
tree6a9a362e86b413470389c53184287b381994747a /frontends/amiga/Makefile
parent47b689c5e9d4ab4ecc7c629951c1a4534d0a0733 (diff)
downloadnetsurf-b37145434425e4cd76ce844f9bae9538c50d75ae.tar.gz
netsurf-b37145434425e4cd76ce844f9bae9538c50d75ae.tar.bz2
AmiSSL implies OpenSSL
Diffstat (limited to 'frontends/amiga/Makefile')
-rw-r--r--frontends/amiga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index a88fc1d53..ff4f85ba5 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -12,7 +12,7 @@ endif
$(eval $(call feature_enabled,AMIGA_ICON,-DWITH_AMIGA_ICON,,Amiga icon))
$(eval $(call feature_enabled,AMIGA_DATATYPES,-DWITH_AMIGA_DATATYPES,,DataTypes))
-$(eval $(call feature_enabled,AMISSL,-DWITH_AMISSL -D__NO_NET_API -D__NO_NETINCLUDE_ERRNO -I$(GCCSDK_INSTALL_ENV)/netinclude,-lamisslauto,AmiSSL))
+$(eval $(call feature_enabled,AMISSL,-DWITH_AMISSL -DWITH_OPENSSL -D__NO_NET_API -D__NO_NETINCLUDE_ERRNO -I$(GCCSDK_INSTALL_ENV)/netinclude,-lamisslauto,AmiSSL))
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre)