From cb650b25b77613511a20e8c312451b84a4a4a9dd Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 18 Nov 2024 10:47:25 -0500 Subject: a litte bit more of experiments --- contrib/depends/patches/boost/fix_io_control_hpp.patch | 2 +- contrib/depends/patches/boost/static_iconv.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 contrib/depends/patches/boost/static_iconv.patch (limited to 'contrib/depends/patches') 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 : +- : $(ICONV_PATH)/lib shared shared ++ : $(ICONV_PATH)/lib static static + : : $(ICONV_PATH)/include + ; + + explicit iconv ; -- cgit v1.2.3