diff --git a/elinks-0.11.4-gcc43NI_MAXHOST.patch b/elinks-0.11.4-gcc43NI_MAXHOST.patch deleted file mode 100644 index 0dcd4b5..0000000 --- a/elinks-0.11.4-gcc43NI_MAXHOST.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urp elinks-0.11.4rc0.orig/src/protocol/uri.h elinks-0.11.4rc0/src/protocol/uri.h ---- elinks-0.11.4rc0.orig/src/protocol/uri.h 2008-02-05 00:44:16.000000000 +0100 -+++ elinks-0.11.4rc0/src/protocol/uri.h 2008-02-06 16:27:14.000000000 +0100 -@@ -1,6 +1,11 @@ - #ifndef EL__PROTOCOL_URI_H - #define EL__PROTOCOL_URI_H - -+/* because of build error with gcc4.3 */ -+#ifndef NI_MAXHOST -+#define NI_MAXHOST 1025 -+#endif -+ - #include "main/object.h" - - struct string; diff --git a/elinks.spec b/elinks.spec index c0990a9..8274e1e 100644 --- a/elinks.spec +++ b/elinks.spec @@ -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 @@ Patch5: elinks-0.10.1-xterm.patch 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 @@ quickly and swiftly displays Web pages. %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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/* %changelog +* Thu Feb 07 2008 Ondrej Vasik 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 0.11.4-0.1.rc0 - new version marked stable by upstream 0.11.4rc0 - enabled experimental bittorent support(#426702)