[Kst] build fixes for x86_64
Robin Humble
rjh at cita.utoronto.ca
Tue Nov 30 02:36:08 CET 2004
On Sun, Nov 28, 2004 at 10:36:11PM -0500, George Staikos wrote:
> Regarding that configure patch, I'm just not sure what or if anything needs
>to be done. Note that there is the --libdir= argument for configure. Beyond
>that I'm not convinced that anything needs to be patched.
good point. the attached patch seems to work for me.
%{_libdir} expands to /usr/lib64 on x86_64, and /usr/lib on ia32.
cheers,
robin
-------------- next part --------------
--- kst.old.spec 2004-11-23 21:18:30.000000000 -0500
+++ kst.spec 2004-11-29 20:20:10.000000000 -0500
@@ -20,7 +20,7 @@
%prep
%setup
-./configure --prefix=%prefix
+./configure --prefix=%prefix --libdir=%{_libdir}
%build
make
More information about the Kst
mailing list