gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated (a341c3159 -> 215b25da4)


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated (a341c3159 -> 215b25da4)
Date: Tue, 30 Apr 2019 18:25:44 +0200

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

dold pushed a change to branch master
in repository gnurl.

    from a341c3159 Fix the failing build
     new df6e130c8 Give advice about running buildconf
     new d03bd4778 Allow passing extra args to configure-gnurl
     new 215b25da4 Pass --without-libpsl to configure

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure-gnurl | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/configure-gnurl b/configure-gnurl
index b6f841827..f29c14d07 100755
--- a/configure-gnurl
+++ b/configure-gnurl
@@ -1,6 +1,12 @@
 #!/bin/sh
 # intermediate solution until I have written a --enable-gnurl
 # or something similar to be passed to 'configure'.
+
+if [ ! -f './configure' ]; then
+  echo 'Please run ./buildconf first'
+  exit 1
+fi
+
 ./configure --enable-ipv6 --with-gnutls --without-libssh2 \
             --without-libmetalink --without-winidn \
             --without-librtmp --without-nghttp2 \
@@ -11,4 +17,6 @@
             --disable-ldap --disable-rtsp --disable-dict \
             --disable-telnet --disable-tftp --disable-pop3 \
             --disable-imap --disable-smtp --disable-gopher \
-            --disable-file --disable-ftp --disable-smb
+            --disable-file --disable-ftp --disable-smb \
+            --without-libpsl \
+            "$@"

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



reply via email to

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