1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

HTTP3: fix prefix parameter for ngtcp2 build

Closes #4430
This commit is contained in:
Spezifant 2019-09-26 20:45:14 +02:00 committed by Daniel Stenberg
parent b6532b809f
commit 5f0b55ef22
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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