Accepting request 531455 from devel:openSUSE:Factory

- Added "--enable-fips" to the %configure parms (Fate#324115)

OBS-URL: https://build.opensuse.org/request/show/531455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libica?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2017-10-06 09:03:32 +00:00 committed by Git OBS Bridge
commit 78acfd68c6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 4 19:22:58 UTC 2017 - mpost@suse.com
- Added "--enable-fips" to the %configure parms (Fate#324115)
-------------------------------------------------------------------
Fri Sep 22 21:27:04 UTC 2017 - mpost@suse.com

View File

@ -105,7 +105,8 @@ mkdir -p include/linux/
cp %{S:3} include/linux/
autoreconf --force --install
%configure CPPFLAGS="-Iinclude -fPIC" CFLAGS="%optflags -fPIC"
%configure CPPFLAGS="-Iinclude -fPIC" CFLAGS="%optflags -fPIC" \
--enable-fips
make clean
make %{?_smp_mflags}