From 804bf1372db81cbb46903b6a15cfeca8ebeb300495e8cb8661be0161a0339a92 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 23 Oct 2017 13:17:18 +0000 Subject: [PATCH] Accepting request 535996 from GNOME:Next Ups.. sorry.. that patch was left in place but is not used/does not work (spaces in the dirname...hence the sed approach) OBS-URL: https://build.opensuse.org/request/show/535996 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=67 --- meson-no-static-boost.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meson-no-static-boost.patch 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)