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

Deji Akingunola deji at fedoraproject.org
Tue Dec 16 19:30:01 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/harminv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24109

Modified Files:
	harminv.spec 
Log Message:
Re-order the lib search path and try again



Index: harminv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/harminv/devel/harminv.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- harminv.spec	16 Dec 2008 18:55:06 -0000	1.9
+++ harminv.spec	16 Dec 2008 19:29:30 -0000	1.10
@@ -31,8 +31,8 @@
 %setup -q
 
 %build
-export CFLAGS="-I%{_includedir}/atlas -I%{_includedir}"
-export LDFLAGS="-L%{_libdir}/atlas -L%{_libdir}"
+export CFLAGS="-I%{_includedir} -I%{_includedir}/atlas"
+export LDFLAGS="-L%{_libdir} -L%{_libdir}/atlas"
 export F77=gfortran
 %configure --enable-shared --disable-static --with-cxx
 make %{?_smp_mflags}




More information about the fedora-extras-commits mailing list