gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Building.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Building.
Date: Mon, 10 Sep 2018 09:50:57 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b47a081  Building.
b47a081 is described below

commit b47a08180d0f2f06d79efe7d75ea76a1950ad867
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 10 09:49:11 2018 +0200

    Building.
    
    MHD takes the --with-gnutls=/usr/local argument
    because the Debian (unstable) package is too behind
    what MHD needs, and a updated version of GnuTls has
    been compiled into /usr/local.
---
 taler-build/update_libmicrohttpd.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-build/update_libmicrohttpd.sh 
b/taler-build/update_libmicrohttpd.sh
index 56b8837..3168507 100755
--- a/taler-build/update_libmicrohttpd.sh
+++ b/taler-build/update_libmicrohttpd.sh
@@ -9,6 +9,7 @@ branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 
2>/dev/null || ech
 git reset --hard "$branch"
 
 ./bootstrap
-./configure --prefix=$HOME/local
+./configure --prefix=$HOME/local \
+            --with-gnutls=/usr/local # Debian packages are too old.
 make
 make install

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



reply via email to

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