From 9c3faeb6e34ea36ce21098fe6e378c1a254248a6 Mon Sep 17 00:00:00 2001 From: kzak Date: Tue, 10 Jan 2006 14:48:56 +0000 Subject: [PATCH] fix build system --- elinks.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elinks.spec b/elinks.spec index bd8860c..dc6db50 100644 --- a/elinks.spec +++ b/elinks.spec @@ -22,6 +22,8 @@ Patch4: elinks-0.11.0-sysname.patch Patch5: elinks-0.10.1-xterm.patch Patch6: elinks-0.11.0-union.patch +Patch7: elinks-0.11.0-srcdir.patch + %description Links is a text-based Web browser. Links does not display any images, but it does support frames, tables and most other HTML tags. Links' @@ -44,6 +46,8 @@ quickly and swiftly displays Web pages. %patch5 -p1 -b .xterm # Fix #157300 - Strange behavior on ppc64 %patch6 -p1 -b .union +# Fix build system +%patch7 -p1 -b .srcdir %build #aclocal @@ -81,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Jan 10 2006 Karel Zak 0.11.0-1 - update to new upstream version +- fix 0.11.0 build system (srcdir.patch) - regenerate patches: elinks-0.11.0-getaddrinfo.patch, elinks-0.11.0-ssl-noegd.patch,