From d706e1a5216ea5cf8e5cac518846021ab1bdc985 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Tue, 12 Jun 2012 11:45:12 -0400 Subject: [PATCH] ThirdParty: mesquite 2.1.2: forcing the installation of the libraries under lib. Under some OSes, lib64 will be chosen by default --- ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec index c2ec9c5cf..0d659deee 100644 --- a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec +++ b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec @@ -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