summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-07 11:18:02 +0100
committersb <sb@openoffice.org>2010-01-07 11:18:02 +0100
commit7397e8c1bb3d3f5562590c07a535d9749dca4279 (patch)
treeef156eb6cee3a1b41530a2a17c5eefda5a484f1a
parent0367aa64dec99c01db2aa66ebe5aee9b283b2521 (diff)
sb118: make test libraries RPATH=NONE
-rw-r--r--basebmp/test/makefile.mk2
-rw-r--r--basegfx/test/makefile.mk1
-rw-r--r--o3tl/qa/makefile.mk1
3 files changed, 4 insertions, 0 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index 25cb06eb413d..94be97c81038 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -95,6 +95,8 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP = export.map
+SHL1RPATH = NONE
+
.ENDIF
# END ------------------------------------------------------------------
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index 5165952a0e4b..fd9633ab6f2d 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -72,6 +72,7 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP = export.map
+SHL1RPATH = NONE
# END ------------------------------------------------------------------
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk
index a27c99a74df9..491c50ec2095 100644
--- a/o3tl/qa/makefile.mk
+++ b/o3tl/qa/makefile.mk
@@ -57,6 +57,7 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP = export.map
+SHL1RPATH = NONE
# END ------------------------------------------------------------------