[jhbuild] 3.22: Fix openssl.pc workaround for FreeBSD
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.22: Fix openssl.pc workaround for FreeBSD
- Date: Tue, 31 May 2016 06:49:35 +0000 (UTC)
commit 47ff31b1d4b5ba3302ca4fb1fba813fd5a815607
Author: Ting-Wei Lan <lantw src gnome org>
Date: Tue May 31 06:41:32 2016 +0800
3.22: Fix openssl.pc workaround for FreeBSD
Both -lssl and -lcrypto are needed.
modulesets/gnome-suites-core-deps-3.22.modules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.22.modules b/modulesets/gnome-suites-core-deps-3.22.modules
index dc65b9f..08e3dd0 100644
--- a/modulesets/gnome-suites-core-deps-3.22.modules
+++ b/modulesets/gnome-suites-core-deps-3.22.modules
@@ -1387,7 +1387,7 @@
<autotools id="spice-gtk" autogenargs="--disable-smartcard --enable-vala --enable-webdav --enable-static">
<if condition-set="freebsd">
- <autogenargs value="SSL_CFLAGS=' ' SSL_LIBS='-lssl'"/>
+ <autogenargs value="SSL_CFLAGS=' ' SSL_LIBS='-lssl -lcrypto'"/>
</if>
<branch repo="spice"
module="gtk/spice-gtk-0.29.tar.bz2"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]