From 7f9a154e3c687f572ed91d493be59e719e14aa8f402a323e985cc279ab07e828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 13 Jun 2019 14:24:14 +0000 Subject: [PATCH] Tweak patch OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=498 --- ...anguage-specific-build_fooflags-macros-from-F.patch | 10 +++++----- python-rpm.spec | 2 +- rpm.spec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/adopt-language-specific-build_fooflags-macros-from-F.patch b/adopt-language-specific-build_fooflags-macros-from-F.patch index b2733af..b60d686 100644 --- a/adopt-language-specific-build_fooflags-macros-from-F.patch +++ b/adopt-language-specific-build_fooflags-macros-from-F.patch @@ -50,11 +50,11 @@ index 2ab108776..b6cb52951 100644 - CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ - CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ - FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ -+ CFLAGS="${CFLAGS:-%{build_cflags}}" ; export CFLAGS ; \ -+ CXXFLAGS="${CXXFLAGS:-%{build_cxxflags}}" ; export CXXFLAGS ; \ -+ FFLAGS="${FFLAGS:-%{build_fflags}}" ; export FFLAGS ; \ -+ FCFLAGS="${FCFLAGS:-%{build_fflags}}" ; export FCFLAGS ; \ -+ LDFLAGS="${LDFLAGS:-%{build_ldflags}}" ; export LDFLAGS ; \ ++ CFLAGS="${CFLAGS:-%{?build_cflags}}" ; export CFLAGS ; \ ++ CXXFLAGS="${CXXFLAGS:-%{?build_cxxflags}}" ; export CXXFLAGS ; \ ++ FFLAGS="${FFLAGS:-%{?build_fflags}}" ; export FFLAGS ; \ ++ FCFLAGS="${FCFLAGS:-%{?build_fflags}}" ; export FCFLAGS ; \ ++ LDFLAGS="${LDFLAGS:-%{?build_ldflags}}" ; export LDFLAGS ; \ %{_configure} --host=%{_host} --build=%{_build} \\\ --program-prefix=%{?_program_prefix} \\\ --disable-dependency-tracking \\\ diff --git a/python-rpm.spec b/python-rpm.spec index d628008..937f429 100644 --- a/python-rpm.spec +++ b/python-rpm.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # diff --git a/rpm.spec b/rpm.spec index 42b501d..59f6f26 100644 --- a/rpm.spec +++ b/rpm.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #