forked from pool/texinfo
Accepted submit request 52808 from user coolo
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=17
This commit is contained in:
parent
3d37894bf4
commit
502c21a30c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user