[gtk-osx] Correct install_name for libicu
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Correct install_name for libicu
- Date: Fri, 2 Sep 2016 18:30:15 +0000 (UTC)
commit c31747fb6f48ac623d2aaeee160fe7de6f33ba08
Author: Philip Chimento <philip chimento gmail com>
Date: Tue Aug 30 23:41:30 2016 -0700
Correct install_name for libicu
Make sure this happens across all modulesets.
modulesets-unstable/gtk-osx-bootstrap.modules | 2 +-
modulesets/gtk-osx-bootstrap.modules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-bootstrap.modules b/modulesets-unstable/gtk-osx-bootstrap.modules
index 00c99e5..f66db31 100644
--- a/modulesets-unstable/gtk-osx-bootstrap.modules
+++ b/modulesets-unstable/gtk-osx-bootstrap.modules
@@ -136,7 +136,7 @@
</dependencies>
</autotools>
- <autotools id="icu" autogen-sh="source/configure"
+ <autotools id="icu" autogen-sh="source/configure" autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
<branch repo="icu" version="55.1" checkoutdir="icu"
module="icu4c/55.1/icu4c-55_1-src.tgz"/>
diff --git a/modulesets/gtk-osx-bootstrap.modules b/modulesets/gtk-osx-bootstrap.modules
index ba8e94b..2d07f78 100644
--- a/modulesets/gtk-osx-bootstrap.modules
+++ b/modulesets/gtk-osx-bootstrap.modules
@@ -126,7 +126,7 @@
</dependencies>
</autotools>
- <autotools id="icu" autogen-sh="source/configure"
+ <autotools id="icu" autogen-sh="source/configure" autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
<branch repo="icu" version="55.1" checkoutdir="icu"
module="icu4c/55.1/icu4c-55_1-src.tgz"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]