rpms/monodoc/devel monodoc.spec,1.5,1.6

Jeremy Katz katzj at redhat.com
Tue Jul 4 19:58:19 UTC 2006


On Tue, 2006-07-04 at 16:20 +0100, Paul Howarth wrote:
> Paul F. Johnson (pfj) wrote:
> >  %build
> > -autoconf
> > -%configure --target=sparc86x
> > +%ifarch x86_64 ia64
> > +%configure --libdir=/usr/lib64
> > +%else
> > +%configure
> > +%endif
> 
> What's the point of this construct?
> 
> "rpm --eval '%configure'" on a 64-bit box should show 
> --libdir=/usr/lib64 by default.

Also, it's especially wrong for ia64 -- %{_libdir} on ia64 is /usr/lib.
Don't ask...

Jeremy




More information about the fedora-extras-list mailing list