diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:04:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:04:22 +0000 |
commit | 4d6acc3d268a05e099355ab2c0b0d3ec08864767 (patch) | |
tree | e4dc397c597c07565d4d9904e7107e6731d49d11 /libxmlsec | |
parent | 498b58886b6792265611bedb3c9bb73313948894 (diff) |
INTEGRATION: CWS sb71 (1.12.8); FILE MERGED
2007/07/18 13:11:15 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED
2007/06/14 09:41:16 sb 1.12.8.1: #i75466# Adapted RPATHs to find shared libraries in extracted URE.
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index 445106a..dfe9590 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2007-06-27 13:58:24 $ +# last change: $Author: vg $ $Date: 2007-10-15 13:04:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,10 +112,10 @@ xmlsec_LDFLAGS+=-L$(SYSBASE)$/usr$/lib .ENDIF # "$(SYSBASE)"!="" .IF "$(OS)$(COM)"=="LINUXGCC" || "$(OS)$(COM)"=="FREEBSDGCC" -xmlsec_LDFLAGS+=-Wl,-rpath,'$$$$ORIGIN' +xmlsec_LDFLAGS+=-Wl,-rpath,'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib' .ENDIF # "$(OS)$(COM)"=="LINUXGCC" .IF "$(OS)$(COM)"=="SOLARISC52" -xmlsec_LDFLAGS+=-Wl,-R'$$$$ORIGIN' +xmlsec_LDFLAGS+=-Wl,-R'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib' .ENDIF # "$(OS)$(COM)"=="SOLARISC52" .IF "$(OS)$(COM)"=="LINUXGCC" |