gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] branch master updated: Add 'configure-gnurl' as int


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: Add 'configure-gnurl' as intermediate solution.
Date: Sun, 08 Oct 2017 15:04:23 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new dcaca5a3d Add 'configure-gnurl' as intermediate solution.
dcaca5a3d is described below

commit dcaca5a3db678069c300ac37393aea30a4d0267f
Author: ng0 <address@hidden>
AuthorDate: Sun Oct 8 13:03:01 2017 +0000

    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.
---
 configure-gnurl | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]