From 37989d1316f7549b59c394ced7e12ff1fab9e4aea52966c4eed440dae3fa5a40 Mon Sep 17 00:00:00 2001 From: Mark Post Date: Wed, 4 Oct 2017 19:39:27 +0000 Subject: [PATCH] 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 --- libica.changes | 5 +++++ libica.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libica.changes b/libica.changes index 1618bd4..15b1ca6 100644 --- a/libica.changes +++ b/libica.changes @@ -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 diff --git a/libica.spec b/libica.spec index c7cf34f..cdc85d7 100644 --- a/libica.spec +++ b/libica.spec @@ -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}