From b95d8eef20b9fcd21b9ab3dbdbe108f3b1ef3e9cc416c08d2a47ae2fe4f25f91 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Sun, 10 Jun 2018 09:06:55 +0000 Subject: [PATCH] Accepting request 613970 from home:msmeissn:branches:games - build with RPM_OPT_FLAGS OBS-URL: https://build.opensuse.org/request/show/613970 OBS-URL: https://build.opensuse.org/package/show/games/csmash?expand=0&rev=14 --- csmash.changes | 5 +++++ csmash.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/csmash.changes b/csmash.changes index bd020a4..cf59dcb 100644 --- a/csmash.changes +++ b/csmash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 4 12:00:26 UTC 2018 - meissner@suse.com + +- build with RPM_OPT_FLAGS + ------------------------------------------------------------------- Fri Feb 9 12:52:58 UTC 2018 - crrodriguez@opensuse.org diff --git a/csmash.spec b/csmash.spec index b705a34..2352102 100644 --- a/csmash.spec +++ b/csmash.spec @@ -65,7 +65,7 @@ mv README.en README %configure \ --x-includes=%{_includedir} \ --x-libraries=%{_libdir} -make %{?_smp_mflags} +make %{?_smp_mflags} AM_CFLAGS="%optflags" AM_CPPFLAGS="%optflags" %install make DESTDIR=%{buildroot} install