rpms/webalizer/devel webalizer.spec,1.31,1.32

Joe Orton (jorton) fedora-extras-commits at redhat.com
Thu Feb 7 16:34:22 UTC 2008


Author: jorton

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

Modified Files:
	webalizer.spec 
Log Message:
* Thu Feb  7 2008 Joe Orton <jorton at redhat.com> 2.01_10-36
- fix build with new glibc, use _GNU_SOURCE 



Index: webalizer.spec
===================================================================
RCS file: /cvs/extras/rpms/webalizer/devel/webalizer.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- webalizer.spec	7 Feb 2008 16:21:43 -0000	1.31
+++ webalizer.spec	7 Feb 2008 16:33:39 -0000	1.32
@@ -5,7 +5,7 @@
 Summary: A flexible Web server log file analysis program
 Group: Applications/Internet
 Version: 2.01_10
-Release: 35
+Release: 36
 URL: http://www.mrunix.net/webalizer/
 License: GPLv2+
 Source0: ftp://ftp.mrunix.net/pub/webalizer/%{name}-%{ver}-%{patchlevel}-src.tar.bz2
@@ -61,7 +61,7 @@
 
 %build
 CPPFLAGS="-I%{_includedir}/db4" ; export CPPFLAGS
-CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -D_LARGEFILE64_SOURCE" ; export CFLAGS
+CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" ; export CFLAGS
 %configure --enable-dns --with-dblib=/lib
 
 make %{?_smp_mflags}
@@ -107,6 +107,9 @@
 %attr(-, webalizer, root) %{_localstatedir}/www/usage/*.png
 
 %changelog
+* Thu Feb  7 2008 Joe Orton <jorton at redhat.com> 2.01_10-36
+- fix build with new glibc, use _GNU_SOURCE 
+
 * Thu Feb  7 2008 Joe Orton <jorton at redhat.com> 2.01_10-35
 - use %%{_localestatedir}, remove tabs, require httpd not
   webserver, mark webalizer.conf config(noreplace) (#226536)




More information about the fedora-extras-commits mailing list