From 53d82ea2612450bb1e3461f66ce5901cbb262ec1 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 21 Jan 2014 10:45:20 +0100 Subject: [PATCH] Add few configure options --- sblim-sfcb.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec index 6af20fe..8b6df66 100644 --- a/sblim-sfcb.spec +++ b/sblim-sfcb.spec @@ -8,7 +8,7 @@ Name: sblim-sfcb Summary: Small Footprint CIM Broker URL: http://sblim.wiki.sourceforge.net/ Version: 1.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System License: EPL Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 @@ -58,7 +58,9 @@ Programming Interface (CMPI). %patch3 -p1 -b .service %build -%configure --enable-debug --enable-uds --enable-ssl --enable-pam --enable-ipv6 CFLAGS="$CFLAGS -D_GNU_SOURCE -fPIE -DPIE" LDFLAGS="$LDFLAGS -Wl,-z,now -pie" +%configure --enable-debug --enable-uds --enable-ssl --enable-pam --enable-ipv6 \ + --enable-slp --enable-large_volume_support --enable-optimized-enumeration --enable-relax-mofsyntax \ + CFLAGS="$CFLAGS -D_GNU_SOURCE -fPIE -DPIE" LDFLAGS="$LDFLAGS -Wl,-z,now -pie" make @@ -113,6 +115,9 @@ fi; %files -f _pkg_list %changelog +* Tue Jan 21 2014 Vitezslav Crhonek - 1.4.7-2 +- Add few configure options + * Thu Jan 02 2014 Vitezslav Crhonek - 1.4.7-1 - Update to sblim-sfcb-1.4.7