summaryrefslogtreecommitdiff
path: root/contrib/depends/patches
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-18 10:47:25 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-18 10:47:25 -0500
commitcb650b25b77613511a20e8c312451b84a4a4a9dd (patch)
treeaec5befb68b404a48e33ed4f1076c2e33a287dbb /contrib/depends/patches
parentbbd1a53e16ed57fff5147e1cd300ee88baff706f (diff)
a litte bit more of experiments
Diffstat (limited to 'contrib/depends/patches')
-rw-r--r--contrib/depends/patches/boost/fix_io_control_hpp.patch2
-rw-r--r--contrib/depends/patches/boost/static_iconv.patch13
2 files changed, 14 insertions, 1 deletions
diff --git a/contrib/depends/patches/boost/fix_io_control_hpp.patch b/contrib/depends/patches/boost/fix_io_control_hpp.patch
index 259a565..4d022f2 100644
--- a/contrib/depends/patches/boost/fix_io_control_hpp.patch
+++ b/contrib/depends/patches/boost/fix_io_control_hpp.patch
@@ -1,6 +1,6 @@
--- boost_1_84_0/boost/asio/detail/io_control.hpp.O 2017-04-17 03:22:26.000000000 +0100
+++ boost_1_84_0/boost/asio/detail/io_control.hpp 2019-11-15 15:46:16.957937137 +0000
-@@ -243,6 +243,9 @@
+@@ -11,6 +11,9 @@
# pragma once
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
diff --git a/contrib/depends/patches/boost/static_iconv.patch b/contrib/depends/patches/boost/static_iconv.patch
new file mode 100644
index 0000000..57cf692
--- /dev/null
+++ b/contrib/depends/patches/boost/static_iconv.patch
@@ -0,0 +1,13 @@
+--- boost_1_84_0/libs/locale/build/Jamfile.v2.O 2017-04-17 03:22:26.000000000 +0100
++++ boost_1_84_0/libs/locale/build/Jamfile.v2 2019-11-15 15:46:16.957937137 +0000
+@@ -11,6 +11,6 @@
+ ICONV_PATH = [ modules.peek : ICONV_PATH ] ;
+
+ # There may also be an external iconv library
+ lib iconv :
+- : <search>$(ICONV_PATH)/lib <link>shared <runtime-link>shared
++ : <search>$(ICONV_PATH)/lib <link>static <runtime-link>static
+ : : <include>$(ICONV_PATH)/include
+ ;
+
+ explicit iconv ;