gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 133/220: configure: use -lquiche to link to quiche


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 133/220: configure: use -lquiche to link to quiche
Date: Thu, 12 Sep 2019 17:28:13 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 2f148d238e1d19421fdf40b018983d3672cc9bba
Author: Igor Makarov <address@hidden>
AuthorDate: Thu Aug 15 15:29:34 2019 +0300

    configure: use -lquiche to link to quiche
    
    Closes #4226
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 32b25ac6e..bd837e6a5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -3551,7 +3551,7 @@ if test X"$want_quiche" != Xno; then
   CLEANCPPFLAGS="$CPPFLAGS"
   CLEANLIBS="$LIBS"
 
-  LIB_QUICHE="-l:libquiche.a -ldl -lpthread"
+  LIB_QUICHE="-lquiche -ldl -lpthread"
   CPP_QUICHE="-I$OPT_QUICHE/include"
   LD_QUICHE="-L$OPT_QUICHE/target/release"
 

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



reply via email to

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