rpms/elektra/F-9 elektra.spec,1.6,1.7

Dennis Gilmore ausil at fedoraproject.org
Thu Oct 9 05:24:41 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/elektra/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv638

Modified Files:
	elektra.spec 
Log Message:
make sure the backend is built by adding -D_GNU_SOURCE to CFLAGS



Index: elektra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elektra/F-9/elektra.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elektra.spec	19 Feb 2008 18:10:46 -0000	1.6
+++ elektra.spec	9 Oct 2008 05:24:11 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:       A key/value pair database to store software configurations
 Name:          elektra
 Version:       0.6.10
-Release:       7%{?dist}
+Release:       8%{?dist}
 Group:         System Environment/Libraries
 License:       BSD
 URL:           http://www.libelektra.org
@@ -67,6 +67,9 @@
 %patch1 -p1 -b .open
 
 %build
+export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure \
      --includedir=%{_includedir}/elektra \
      --program-prefix=%{name}- \
@@ -178,6 +181,10 @@
 
 
 %changelog
+* Thu Oct 09 2008 Dennis Gilmore <dennis at ausil.us> - 0.6.10-8
+- make sure that -D_GNU_SOURCE  is used in the compilation flags
+- it makes sure the back end is built
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.10-7
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list