SHA256
6
0
forked from pool/meson

Accepting request 715709 from home:marxin:branches:devel:tools:building

- Add fix-missing-return-statements-that-are-seen-with-Wer.patch which
  is an upstream version of: https://github.com/mesonbuild/meson/pull/5654

OBS-URL: https://build.opensuse.org/request/show/715709
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=140
This commit is contained in:
Martin Pluskal
2019-07-16 17:32:33 +00:00
committed by Git OBS Bridge
parent 0863ab893b
commit 9eeef516e5
3 changed files with 56 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ Patch4: meson-fix-gcc48.patch
# PATCH-FEATURE-OPENSUSE meson-distutils.patch tchvatal@suse.com -- build and install using distutils instead of full setuptools
Patch5: meson-distutils.patch
Patch6: gcc9-sanitizer.patch
Patch7: fix-missing-return-statements-that-are-seen-with-Wer.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-base
@@ -163,6 +164,7 @@ This package provides support for meson.build files in Vim.
%patch5 -p1
%endif
%patch6 -p1
%patch7 -p1
# Remove static boost tests from "test cases/frameworks/1 boost/".
sed -i "/static/d" test\ cases/frameworks/1\ boost/meson.build