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:
parent
b622e1269f
commit
d706e1a521
1 changed files with 10 additions and 9 deletions
19
ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec
vendored
19
ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec
vendored
|
@ -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
|
||||
|
|
Reference in a new issue