diff --git a/meson-no-static-boost.patch b/meson-no-static-boost.patch deleted file mode 100644 index 6dd0607..0000000 --- a/meson-no-static-boost.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: meson-0.43.0/test\ cases/frameworks/1\ boost/meson.build -=================================================================== ---- meson-0.43.0.orig/"test cases"/frameworks/"1 boost"/meson.build -+++ meson-0.43.0/"test cases"/frameworks/"1 boost"/meson.build -@@ -10,7 +10,7 @@ add_project_arguments(['-DBOOST_LOG_DYN_ - # Use one without a library dependency and one with it. - - linkdep = dependency('boost', modules : ['thread', 'system']) --staticdep = dependency('boost', modules : ['thread', 'system'], static : true) -+# staticdep = dependency('boost', modules : ['thread', 'system'], static : true) - testdep = dependency('boost', modules : ['unit_test_framework']) - nomoddep = dependency('boost') - extralibdep = dependency('boost', modules : ['thread', 'system', 'log_setup', 'log']) -@@ -22,7 +22,7 @@ nomodexe = executable('nomod', 'nomod.cp - extralibexe = executable('extralibexe', 'extralib.cpp', dependencies : extralibdep) - - test('Boost linktest', linkexe) --test('Boost statictest', staticexe) -+# test('Boost statictest', staticexe) - test('Boost UTF test', unitexe) - test('Boost nomod', nomodexe) - test('Boost extralib test', extralibexe)