gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 104/222: HTTP3: fix prefix parameter for ngtcp2 build


From: gnunet
Subject: [gnurl] 104/222: HTTP3: fix prefix parameter for ngtcp2 build
Date: Thu, 07 Nov 2019 00:10:00 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 5f0b55ef22190184b910c9e2a84f7ebdb9e500a2
Author: Spezifant <address@hidden>
AuthorDate: Thu Sep 26 20:45:14 2019 +0200

    HTTP3: fix prefix parameter for ngtcp2 build
    
    Closes #4430
---
 docs/HTTP3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index fc75c7e68..a28e36ebe 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -55,7 +55,7 @@ Build ngtcp2
      % git clone https://github.com/ngtcp2/ngtcp2
      % cd ngtcp2
      % autoreconf -i
-     % ./configure 
PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig 
LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix==<somewhere3>
+     % ./configure 
PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig 
LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix=<somewhere3>
      % 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]