[jhbuild] modules: vte needs conditional --disable-Bsymbolic
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] modules: vte needs conditional --disable-Bsymbolic
- Date: Thu, 17 Nov 2016 06:02:55 +0000 (UTC)
commit 735edda4a2cbc0c1903bddd055c99e0000742444
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Nov 13 22:41:27 2016 -0800
modules: vte needs conditional --disable-Bsymbolic
For some reason the Bsymbolic linker flags check doesn't autodetect, so
we do like several other modules and disable it outside of the "gnu-elf"
condition.
https://bugzilla.gnome.org/show_bug.cgi?id=774453
modulesets/gnome-suites-core-deps-3.22.modules | 3 +++
modulesets/gnome-suites-core-deps-3.24.modules | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.22.modules b/modulesets/gnome-suites-core-deps-3.22.modules
index 7d583c7..aaacbc5 100644
--- a/modulesets/gnome-suites-core-deps-3.22.modules
+++ b/modulesets/gnome-suites-core-deps-3.22.modules
@@ -1773,6 +1773,9 @@
uninstall-before-install="true">
<!-- We uninstall the old copy before installing to avoid the version from
the installed pkg-config file winding up in the new vapi. See bug #762780. -->
+ <if condition-unset="gnu-elf">
+ <autogenargs value="--disable-Bsymbolic"/>
+ </if>
<branch/>
<dependencies>
<dep package="intltool"/>
diff --git a/modulesets/gnome-suites-core-deps-3.24.modules b/modulesets/gnome-suites-core-deps-3.24.modules
index 1dfdf41..e4c1f62 100644
--- a/modulesets/gnome-suites-core-deps-3.24.modules
+++ b/modulesets/gnome-suites-core-deps-3.24.modules
@@ -1916,6 +1916,9 @@
uninstall-before-install="true">
<!-- We uninstall the old copy before installing to avoid the version from
the installed pkg-config file winding up in the new vapi. See bug #762780. -->
+ <if condition-unset="gnu-elf">
+ <autogenargs value="--disable-Bsymbolic"/>
+ </if>
<branch/>
<dependencies>
<dep package="intltool"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]