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
This commit is contained in:
Alexei Sorokin 2017-10-23 13:17:18 +00:00 committed by Git OBS Bridge
parent b708f18975
commit 804bf1372d

View File

@ -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)