[sblim-sfcb] Add few configure options

vcrhonek vcrhonek at fedoraproject.org
Tue Jan 21 09:45:11 UTC 2014


commit 53d82ea2612450bb1e3461f66ce5901cbb262ec1
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Tue Jan 21 10:45:20 2014 +0100

    Add few configure options

 sblim-sfcb.spec |    9 +++++++--
 1 files 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 <vcrhonek at redhat.com> - 1.4.7-2
+- Add few configure options
+
 * Thu Jan 02 2014 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.4.7-1
 - Update to sblim-sfcb-1.4.7
 


More information about the scm-commits mailing list