]> git.sur5r.net Git - bacula/bacula/commitdiff
Add libdir change for shared libraries
authorKern Sibbald <kern@sibbald.com>
Tue, 14 Oct 2008 18:43:38 +0000 (18:43 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 14 Oct 2008 18:43:38 +0000 (18:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7790 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/regress-config.in

index 04d412ace530a9c86f147cbb9074bbd8bd9492ff..21f74c01f287f4bb0629bb0be86ca3bfb57f2a48 100755 (executable)
@@ -13,6 +13,7 @@ fi
 CFLAGS="-g -O2 -Wall" \
  ./configure \
     --sbindir=${1}/bin \
+    --libdir=${1}/bin \
     --sysconfdir=${1}/bin \
     --mandir=${1}/bin \
     --with-pid-dir=${1}/working \
@@ -33,4 +34,7 @@ CFLAGS="-g -O2 -Wall" \
     ${WHICHDB} \
     --with-baseport=${BASEPORT}
 
+LD_LIBRARY_PATH=${1}/bin:${LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH
+
 exit 0