Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/0137b07c9cbae66d30e55869604bff5c88b49d36
...commit
http://git.netsurf-browser.org/netsurf.git/commit/0137b07c9cbae66d30e55869604bff5c88b49d36
...tree
http://git.netsurf-browser.org/netsurf.git/tree/0137b07c9cbae66d30e55869604bff5c88b49d36
The branch, chris/amissl has been updated
via 0137b07c9cbae66d30e55869604bff5c88b49d36 (commit)
from 98e02038f3df6e6178ae14efca4b4ad30ba74316 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=0137b07c9cbae66d30e55869604bff5c88b49d36
commit 0137b07c9cbae66d30e55869604bff5c88b49d36
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Fix linking against libcurl with AmiSSL
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index 8b1345a..b9b55f4 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,-lamisslauto,AmiSSL))
+$(eval $(call feature_enabled,AMISSL,-DWITH_AMISSL,-lamisslauto -lnet,AmiSSL))
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre)
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index 8b1345a..b9b55f4 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,-lamisslauto,AmiSSL))
+$(eval $(call feature_enabled,AMISSL,-DWITH_AMISSL,-lamisslauto -lnet,AmiSSL))
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org