rpms/lash/devel lash.spec,1.18,1.19

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Feb 28 13:15:05 UTC 2008


Author: green

Update of /cvs/extras/rpms/lash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26209

Modified Files:
	lash.spec 
Log Message:
Build with _GNU_SOURCE.



Index: lash.spec
===================================================================
RCS file: /cvs/extras/rpms/lash/devel/lash.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lash.spec	28 Feb 2008 06:32:21 -0000	1.18
+++ lash.spec	28 Feb 2008 13:14:30 -0000	1.19
@@ -3,7 +3,7 @@
 Summary:      LASH Audio Session Handler
 Name:         lash
 Version:      0.5.4
-Release:      1%{?dist}
+Release:      2%{?dist}
 License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://www.nongnu.org/lash/
@@ -51,7 +51,7 @@
 %patch0 -p0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -D_POSIX_SOURCE" %configure --disable-static --disable-serv-inst --disable-pylash
+CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure --disable-static --disable-serv-inst --disable-pylash
 make %{?_smp_mflags}
 
 %install
@@ -147,6 +147,9 @@
 # %{python_sitearch}/*lash*.pyo
 
 %changelog
+* Thu Feb 28 2008 Anthony Green <green at redhat.com> 0.5.4-2
+- Force build with _GNU_SOURCE, not _POSIX_SOURCE..
+
 * Thu Feb 28 2008 Anthony Green <green at redhat.com> 0.5.4-1
 - Upgrade to 0.5.4.  Force build with _POSIX_SOURCE.
 




More information about the fedora-extras-commits mailing list