ThirdParty: mesquite 2.1.2: forcing the installation of the libraries under lib. Under some OSes, lib64 will be chosen by default

This commit is contained in:
Martin Beaudoin 2012-06-12 11:45:12 -04:00
parent b622e1269f
commit d706e1a521

View file

@ -101,15 +101,16 @@ Patch0: mesquite-2.1.2_patch0
[ -n "$WM_LDFLAGS" ] && export LDFLAGS="$WM_LDFLAGS"
./configure \
--prefix=%{_installPrefix} \
--enable-release \
--disable-debug-assertions \
--disable-igeom \
--disable-imesh \
--disable-irel \
--enable-shared \
--without-cppunit \
--enable-trap-fpe \
--prefix=%{_installPrefix} \
--libdir=%{_installPrefix}/lib \
--enable-release \
--disable-debug-assertions \
--disable-igeom \
--disable-imesh \
--disable-irel \
--enable-shared \
--without-cppunit \
--enable-trap-fpe \
--disable-function-timers
# Remove the file include/Mesquite_all_headers.hpp