On 2019-1-10 16:25 , Eric A. Borisch wrote:
> As discussed here [1] on GitHub, 'curl-config --libs' is returning
> results like this:
>
> -L/opt/local/lib -lcurl -lidn2 -lpsl -lssl -lcrypto -lssl -lcrypto -lz
>
> while 'pkg-config --libs libcurl' gives this:
>
> -L/opt/local/lib -lcurl
>
> The
As discussed here [1] on GitHub, 'curl-config --libs' is returning results
like this:
-L/opt/local/lib -lcurl -lidn2 -lpsl -lssl -lcrypto -lssl -lcrypto -lz
while 'pkg-config --libs libcurl' gives this:
-L/opt/local/lib -lcurl
The curl-config version results in lots of unnecessary libraries bei