diff options
author | sb <sb@openoffice.org> | 2010-01-07 11:18:02 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-07 11:18:02 +0100 |
commit | 7397e8c1bb3d3f5562590c07a535d9749dca4279 (patch) | |
tree | ef156eb6cee3a1b41530a2a17c5eefda5a484f1a /basebmp | |
parent | 0367aa64dec99c01db2aa66ebe5aee9b283b2521 (diff) |
sb118: make test libraries RPATH=NONE
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 2 |
1 files changed, 2 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 ------------------------------------------------------------------ |