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:
commit
78acfd68c6
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user