summaryrefslogtreecommitdiff
path: root/configure-gnurl
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-08 13:03:01 +0000
committerng0 <ng0@infotropique.org>2017-10-08 13:03:01 +0000
commitdcaca5a3db678069c300ac37393aea30a4d0267f (patch)
tree43ca6299b3f387746dd312fc395729fb1024637c /configure-gnurl
parent5fb4187d9e09e60bf84e274af156c460283860a6 (diff)
downloadgnurl-dcaca5a3db678069c300ac37393aea30a4d0267f.tar.gz
gnurl-dcaca5a3db678069c300ac37393aea30a4d0267f.tar.bz2
gnurl-dcaca5a3db678069c300ac37393aea30a4d0267f.zip
Add 'configure-gnurl' as intermediate solution.
This will not replace configure-flags in OS specific build-systems, but it serves as a TL;DR for those who don't read the application introduction or the README.
Diffstat (limited to 'configure-gnurl')
-rwxr-xr-xconfigure-gnurl14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure-gnurl b/configure-gnurl
new file mode 100755
index 000000000..48cf1c2d2
--- /dev/null
+++ b/configure-gnurl
@@ -0,0 +1,14 @@
+#!/bin/sh
+# intermediate solution until I have written a --enable-gnurl
+# or something similar to be passed to 'configure'.
+configure --enable-ipv6 --with-gnutls --without-libssh2 \
+ --without-libmetalink --without-winidn \
+ --without-librtmp --without-nghttp2 \
+ --without-nss --without-cyassl \
+ --without-polarssl --without-ssl \
+ --without-winssl --without-darwinssl \
+ --disable-sspi --disable-ntlm-wb \
+ --disable-ldap --disable-rtsp --disable-dict \
+ --disable-telnet --disable-tftp --disable-pop3 \
+ --disable-imap --disable-smtp --disable-gopher \
+ --disable-file --disable-ftp --disable-smb