[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

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



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.

Paul.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]