Accepting request 531453 from home:markkp:branches:devel:openSUSE:Factory

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

OBS-URL: https://build.opensuse.org/request/show/531453
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/libica?expand=0&rev=17
This commit is contained in:
Mark Post 2017-10-04 19:39:27 +00:00 committed by Git OBS Bridge
parent 9e8e45a218
commit 37989d1316
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}