rpms/elinks/devel elinks.spec, 1.49, 1.50 elinks-0.11.4-gcc43NI_MAXHOST.patch, 1.1, NONE

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Feb 7 12:40:35 UTC 2008


Author: ovasik

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

Modified Files:
	elinks.spec 
Removed Files:
	elinks-0.11.4-gcc43NI_MAXHOST.patch 
Log Message:
Better undefined NI_MAXPATH workaround


Index: elinks.spec
===================================================================
RCS file: /cvs/extras/rpms/elinks/devel/elinks.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- elinks.spec	6 Feb 2008 15:56:20 -0000	1.49
+++ elinks.spec	7 Feb 2008 12:39:50 -0000	1.50
@@ -1,7 +1,7 @@
 Name:      elinks
 Summary:   A text-mode Web browser
 Version:   0.11.4
-Release:   0.1.rc0%{?dist}
+Release:   0.2.rc0%{?dist}
 License:   GPLv2
 URL:       http://elinks.or.cz
 Group:     Applications/Internet
@@ -28,7 +28,6 @@
 Patch6: elinks-0.11.0-union.patch
 Patch7: elinks-0.11.1-negotiate.patch
 Patch8: elinks-0.11.3-macropen.patch
-Patch9: elinks-0.11.4-gcc43NI_MAXHOST.patch
 
 %description
 Links is a text-based Web browser. Links does not display any images,
@@ -56,13 +55,11 @@
 %patch7 -p1
 # fix for open macro in new glibc 
 %patch8 -p1
-# fix for gcc4.3 build
-%patch9 -p1
 
 %build
 ./autogen.sh
 
-export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
+export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
 %configure %{?rescue:--without-gpm} --without-x --with-gssapi \
   --enable-bittorrent
 make %{?_smp_mflags}
@@ -88,6 +85,10 @@
 %{_mandir}/man5/*
 
 %changelog
+* Thu Feb 07 2008 Ondrej Vasik <ovasik at redhat.com> 0.11.4-0.2.rc0
+- used -D_GNU_SOURCE instead of ugly hack/patch to 
+  have NI_MAXPATH defined
+
 * Wed Feb 06 2008 Ondrej Vasik <ovasik at redhat.com> 0.11.4-0.1.rc0
 - new version marked stable by upstream 0.11.4rc0
 - enabled experimental bittorent support(#426702)


--- elinks-0.11.4-gcc43NI_MAXHOST.patch DELETED ---




More information about the fedora-extras-commits mailing list