[Bug 104524] Workaround missing openssl.pc on FreeBSD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 7 10:18:38 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104524

--- Comment #1 from Ting-Wei Lan <lantw44 at gmail.com> ---
Created attachment 136595
  --> https://bugs.freedesktop.org/attachment.cgi?id=136595&action=edit
build-sys: Workaround missing openssl.pc for FreeBSD

FreeBSD has OpenSSL installed in base, but .pc files are not available.
We can still successfully build spice-gtk by setting SSL_CFLAGS and
SSL_LIBS variables manually, but openssl will still be recorded to
Requires.private field of spice-client-glib-2.0.pc, causing problems for
applications using spice-gtk. To workaround the issue, we do the check
again without using SSL_CFLAGS and SSL_LIBS variables and put SSL_LIBS
into Libs.private field when openssl.pc cannot be found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-bugs/attachments/20180107/daa8fbc7/attachment.html>


More information about the spice-bugs mailing list