gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 236/254: configure: fix link with librtmp when spec


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 236/254: configure: fix link with librtmp when specifying path
Date: Sat, 17 Jun 2017 16:54:28 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 165b7f50991277699fc7dc4758ec7f501372a75a
Author: Chris Carlmar <address@hidden>
AuthorDate: Wed Jun 7 23:34:24 2017 +0200

    configure: fix link with librtmp when specifying path
    
    Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 014b56521..d6d8156d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2658,6 +2658,7 @@ if test X"$OPT_LIBRTMP" != Xno; then
     ;;
   *)
     dnl use the given --with-librtmp spot
+    LIB_RTMP="-lrtmp"
     PREFIX_RTMP=$OPT_LIBRTMP
     ;;
   esac

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



reply via email to

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