Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/844e5cd043ee2e774383c5599160f6119a0edb86
...commit
http://git.netsurf-browser.org/toolchains.git/commit/844e5cd043ee2e774383c5599160f6119a0edb86
...tree
http://git.netsurf-browser.org/toolchains.git/tree/844e5cd043ee2e774383c5599160f6119a0edb86
The branch, jmb/aos3-curl-wat has been created
at 844e5cd043ee2e774383c5599160f6119a0edb86 (commit)
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=844e5cd043ee2e774383c5599160f6119a0edb86
commit 844e5cd043ee2e774383c5599160f6119a0edb86
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>
Speculative "fix" for curl 8.17.0 on AmigaOS3
This really can't be it, can it?
diff --git a/sdk/Makefile b/sdk/Makefile
index f157205d7c..81fd14e927 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -241,7 +241,7 @@ ifeq ($(TARGET),m68k-unknown-amigaos)
ifeq ($(LIBCURL_SSL),openssl)
LIBCURL_ENV := LIBS="-lm -lnet"
else
- LIBCURL_ENV := CFLAGS="-I$(GCCSDK_INSTALL_ENV)/netinclude -D__NO_NET_API
-DHAVE_IOCTLSOCKET_CAMEL_FIONBIO" LIBS="-lm"
+ LIBCURL_ENV := CFLAGS="-I$(GCCSDK_INSTALL_ENV)/netinclude -D__NO_NET_API
-DHAVE_IOCTLSOCKET_CAMEL_FIONBIO" LIBS="-lm"
curl_disallow_closesocket_camel=yes curl_disallow_ioctlsocket_camel=yes
endif
# XXX: libgcc is meant to be implied, but for some reason that
# results in ld evaluating it after libm and thus failing to find symbols.
-----------------------------------------------------------------------
--
Cross-compilation toolchains and environments