Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/c113b768e24439447e0306011ca2743606f227f9
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/c113b768e24439447e0306011ca2743606f227f9
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/c113b768e24439447e0306011ca2743606f227f9

The branch, master has been updated
       via  c113b768e24439447e0306011ca2743606f227f9 (commit)
      from  eb01b89e3e2cd6f74053b825cd1a31e07a60dd36 (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/toolchains.git/commit/?id=c113b768e24439447e0306011ca2743606f227f9
commit c113b768e24439447e0306011ca2743606f227f9
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Set an OpenSSL environment path
    OpenSSL sometimes tries to read a config file which by default is in /opt.  
On AmigaOS this causes a request for volume opt:
    The way NetSurf uses curl/openssl doesn't appear to trigger this, but 
adding the option as a precaution as I've seen the problem with this OpenSSL 
build when used in other software.

diff --git a/sdk/Makefile b/sdk/Makefile
index 47efd13..629ddc8 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -114,6 +114,7 @@ ifeq ($(TARGET),ppc-amigaos)
   SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
$(COMMON_SDK_ITEMS) libjpeg-turbo.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random 
--enable-threaded-resolver LIBS=-lpthread
+  EXTRAARGS_OPENSSL := --openssldir="/env/openssl"
 endif
 
 ifeq ($(TARGET),i686-w64-mingw32)


-----------------------------------------------------------------------

Summary of changes:
 sdk/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/Makefile b/sdk/Makefile
index 47efd13..629ddc8 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -114,6 +114,7 @@ ifeq ($(TARGET),ppc-amigaos)
   SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
$(COMMON_SDK_ITEMS) libjpeg-turbo.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random 
--enable-threaded-resolver LIBS=-lpthread
+  EXTRAARGS_OPENSSL := --openssldir="/env/openssl"
 endif
 
 ifeq ($(TARGET),i686-w64-mingw32)


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to