From 502c21a30c90cfe607f7c50b8e3c5953b4d5c3df2dc0e7092ea3a5ccc2af6602 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Fri, 12 Nov 2010 13:25:36 +0000 Subject: [PATCH] Accepted submit request 52808 from user coolo OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=17 --- texinfo.changes | 6 ++++++ texinfo.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/texinfo.changes b/texinfo.changes index 30695c8..eebfd74 100644 --- a/texinfo.changes +++ b/texinfo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 10 14:28:49 CET 2010 - meissner@suse.de + +- SUSE_ASNEEDED=0 to fix PowerPC build (optimizes + away the -lz -lbz2 otherwise) + ------------------------------------------------------------------- Wed Sep 22 09:04:35 UTC 2010 - giecrilj@stegny.2a.pl diff --git a/texinfo.spec b/texinfo.spec index 154f8bf..b1c6a53 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -124,6 +124,7 @@ popd LDFLAGS="" CC=gcc export CFLAGS LDFLAGS CC + export SUSE_ASNEEDED=0 AUTOPOINT=true autoreconf -fi ./configure --build=$HOST \ --prefix=%{_prefix} \ @@ -151,6 +152,7 @@ pushd ../texi2roff-%{version_t2r} popd %install + export SUSE_ASNEEDED=0 make DESTDIR=%{buildroot} \ infodir=%{_infodir} \ htmldir=%{_defaultdocdir}/texi2html install