aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-02-08 22:11:43 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-02-08 22:20:28 +0100
commitd048380872f0cac62de2e91d367da9db64e4f3b7 (patch)
tree108ab23f1be4ee3f09df65193612b773342bd3f0 /patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch
parentlinuxrc: Add gk.preserverun.disabled (diff)
downloadgenkernel-d048380872f0cac62de2e91d367da9db64e4f3b7.tar.gz
genkernel-d048380872f0cac62de2e91d367da9db64e4f3b7.tar.bz2
genkernel-d048380872f0cac62de2e91d367da9db64e4f3b7.zip
Bump boost to v1.75.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch')
-rw-r--r--patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch b/patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch
new file mode 100644
index 00000000..32faf8d0
--- /dev/null
+++ b/patches/boost/1.75.0/boost-1.71.0-disable_icu_rpath.patch
@@ -0,0 +1,29 @@
+--- a/libs/locale/build/Jamfile.v2
++++ b/libs/locale/build/Jamfile.v2
+@@ -65,8 +65,8 @@
+
+ if $(ICU_LINK)
+ {
+- ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin <runtime-link>shared ;
+- ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin64 <runtime-link>shared ;
++ ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
++ ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
+ }
+ else
+ {
+@@ -124,7 +124,6 @@
+ <library>icuuc/<link>shared/<runtime-link>shared
+ <library>icudt/<link>shared/<runtime-link>shared
+ <library>icuin/<link>shared/<runtime-link>shared
+- <dll-path>$(ICU_PATH)/bin
+ <runtime-link>shared ;
+
+
+@@ -183,7 +182,6 @@
+ <library>icuuc_64/<link>shared/<runtime-link>shared
+ <library>icudt_64/<link>shared/<runtime-link>shared
+ <library>icuin_64/<link>shared/<runtime-link>shared
+- <dll-path>$(ICU_PATH)/bin64
+ <runtime-link>shared ;
+
+