fix build system

This commit is contained in:
kzak 2006-01-10 14:48:56 +00:00
parent d7d98cb193
commit 9c3faeb6e3

View File

@ -22,6 +22,8 @@ Patch4: elinks-0.11.0-sysname.patch
Patch5: elinks-0.10.1-xterm.patch Patch5: elinks-0.10.1-xterm.patch
Patch6: elinks-0.11.0-union.patch Patch6: elinks-0.11.0-union.patch
Patch7: elinks-0.11.0-srcdir.patch
%description %description
Links is a text-based Web browser. Links does not display any images, 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' 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 %patch5 -p1 -b .xterm
# Fix #157300 - Strange behavior on ppc64 # Fix #157300 - Strange behavior on ppc64
%patch6 -p1 -b .union %patch6 -p1 -b .union
# Fix build system
%patch7 -p1 -b .srcdir
%build %build
#aclocal #aclocal
@ -81,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Jan 10 2006 Karel Zak <kzak@redhat.com> 0.11.0-1 * Tue Jan 10 2006 Karel Zak <kzak@redhat.com> 0.11.0-1
- update to new upstream version - update to new upstream version
- fix 0.11.0 build system (srcdir.patch)
- regenerate patches: - regenerate patches:
elinks-0.11.0-getaddrinfo.patch, elinks-0.11.0-getaddrinfo.patch,
elinks-0.11.0-ssl-noegd.patch, elinks-0.11.0-ssl-noegd.patch,