r23 - regression_tests/bin

erik at minisip.org erik at minisip.org
Tue Oct 17 13:51:28 CEST 2006


Author: erik
Date: 2006-10-17 13:51:27 +0200 (Tue, 17 Oct 2006)
New Revision: 23

Modified:
   regression_tests/bin/regression_test.sh
Log:

 * Fix regression testing script: the test apps did not link/find
   the libraries at run-time.



Modified: regression_tests/bin/regression_test.sh
===================================================================
--- regression_tests/bin/regression_test.sh	2006-10-17 10:06:15 UTC (rev 22)
+++ regression_tests/bin/regression_test.sh	2006-10-17 11:51:27 UTC (rev 23)
@@ -10,6 +10,7 @@
 export ACLOCAL_FLAGS="-I ${PREFIX}/share/aclocal"
 mkdir -p ${PREFIX}/share/aclocal
 export LD_FLAGS="-L${PREFIX}/lib"
+export LD_LIBRARY_PATH=$LD_FLAGS
 export CPP_FLAGS="-I${PREFIX}/include"
 
 



More information about the Minisip-devel mailing list