[gnutls-devel] GnuTLS | gnutls.pc: unnecessary pathname in Libs.private (#675)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Jan 14 21:11:53 CET 2019


Are you sure, it's not a custom installed libunistring ?

Here (Debian, custom installed libunistring and libidn2) it looks like
```
Libs.private:       -lgmp /usr/local/lib/libunistring.so -Wl,-rpath -Wl,/usr/local/lib -lidn2
```

After uninstalling both libs from /usr/local and a `ldconfig` and `./configure` run in `gnutls/`, the line looks like
```
Libs.private:       -lgmp -lunistring -lidn2
```

Which looks correct.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/675#note_131512843
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190114/24f100b9/attachment.html>


More information about the Gnutls-devel mailing list