summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-06 23:32:28 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-07 23:10:04 +0000
commitf0d22aac3de70afdf05a97758ab4c5cfde2b7064 (patch)
treefa6325696b847ee693569879c61266aafabcce64
parentd23b92389fa1476dfdd81db4778d615632c0edb8 (diff)
downloadtoolchains-f0d22aac3de70afdf05a97758ab4c5cfde2b7064.tar.gz
toolchains-f0d22aac3de70afdf05a97758ab4c5cfde2b7064.tar.bz2
Add a bunch of curl configure options.
-rw-r--r--sdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index f981243..fb5f364 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -89,7 +89,7 @@ ifeq ($(TARGET),m68k-atari-mint)
EXTRAARGS_LIBXML := --enable-ipv6=no
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d $(COMMON_SDK_ITEMS) libcf.d ldg.d windom.d hermes.d freetype.d)
EXTRAARGS_LIBCARES := --disable-shared
- EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --without-random
+ EXTRAARGS_LIBCURL := --enable-optimize --enable-nonblocking --enable-ares --with-random="/dev/urandom" --disable-manual --disable-curldebug --disable-thread --disable-threaded-resolver
EXTRAARGS_LIBICONV := --enable-extra-encodings
endif
@@ -97,7 +97,7 @@ ifeq ($(TARGET),m5475-atari-mint)
EXTRAARGS_LIBXML := --enable-ipv6=no
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d $(COMMON_SDK_ITEMS) libcf.d ldg.d windom.d hermes.d freetype.d)
EXTRAARGS_LIBCARES := --disable-shared
- EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --without-random
+ EXTRAARGS_LIBCURL := --enable-optimize --enable-nonblocking --enable-ares --with-random="/dev/urandom" --disable-manual --disable-curldebug --disable-thread --disable-threaded-resolver
EXTRAARGS_LIBICONV := --enable-extra-encodings
endif