Date: Monday, January 8, 2007 @ 17:49:03
  Author: marc
    Path: /cvsroot/carob/carob

Modified: make-includes/gnu-linker.mk (1.2 -> 1.3) test/GNUmakefile (1.31
          -> 1.32)

Changed carobTestLauncher RUNPATH from .. to .:..
so it can be run from more directories


-----------------------------+
 make-includes/gnu-linker.mk |    2 +-
 test/GNUmakefile            |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


Index: carob/make-includes/gnu-linker.mk
diff -u carob/make-includes/gnu-linker.mk:1.2 
carob/make-includes/gnu-linker.mk:1.3
--- carob/make-includes/gnu-linker.mk:1.2       Thu Jan  4 20:41:34 2007
+++ carob/make-includes/gnu-linker.mk   Mon Jan  8 17:49:03 2007
@@ -4,4 +4,4 @@
 
 # passed from the compiler to the GNU linker using "-Xlinker" or alike
 SHARED_INDIRECT_LDFLAGS += -soname ${LIB_CAROB_LIB}
-TEST_INDIRECT_LDFLAGS += -rpath ${CAROB_ROOT} -export-dynamic
+TEST_INDIRECT_LDFLAGS += -rpath ${RUNPATH} -export-dynamic
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.31 carob/test/GNUmakefile:1.32
--- carob/test/GNUmakefile:1.31 Mon Jan  8 17:00:05 2007
+++ carob/test/GNUmakefile      Mon Jan  8 17:49:03 2007
@@ -30,6 +30,7 @@
 
 # Put an absolute path in here to be able to run from any directory
 CAROB_ROOT              = ..
+RUNPATH                 = .:..
 
 LIB_CAROB               = carob
 LIB_CAROB_SO            = ${CAROB_ROOT}/lib${LIB_CAROB}.so.1

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to