rpms/octave/devel octave.spec,1.9,1.10

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Jun 22 20:24:52 UTC 2005


Author: qspencer

Update of /cvs/extras/rpms/octave/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14262

Modified Files:
	octave.spec 
Log Message:
Add _libdir to configure command (fixes broken mkoctfile on x86_64).



Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- octave.spec	22 Jun 2005 13:09:06 -0000	1.9
+++ octave.spec	22 Jun 2005 20:24:50 -0000	1.10
@@ -63,7 +63,7 @@
 export LC_ALL
 CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure \
 	--enable-shared=yes --enable-lite-kernel --enable-static=no \
-	--prefix=%{_prefix} --infodir=%{_infodir}
+	--prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir}
 make %{?_smp_mflags}
 
 
@@ -130,6 +130,7 @@
 %changelog
 * Wed Jun 22 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-11
 - Force octave-devel to require readline-devel.
+- Add _libdir to configure command (fixes broken mkoctfile on x86_64).
 
 * Tue Jun 21 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-10
 - Add epoch to BuildRequires in octave-devel.




More information about the fedora-extras-commits mailing list