Dominique Leuenberger 2018-06-29 20:24:27 +00:00 committed by Git OBS Bridge
commit 4eca4d3e5b
2 changed files with 6 additions and 1 deletions

View File

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

View File

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