summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:27:29 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:27:29 +0000
commitd01913cb14fa7465da77acaab0e9d0e3cd498f67 (patch)
treecd89ddd68c686d2f97f6216318fe21af3e121907 /libxmlsec
parent69708a7a460fbb0f57f21a8e2f9c08763ebd56d8 (diff)
INTEGRATION: CWS freebsd04 (1.7.4); FILE MERGED
2006/01/27 21:42:06 maho 1.7.4.2: better method of passing $$ORIGIN Issue number: #i56954# Advised by: pjanik 2006/01/24 23:48:04 maho 1.7.4.1: #i56954# FreeBSD porting : Passing 3270ORIGIN to linker for libxmlsec project
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index d1757afff379..e48eff9f2dc3 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2005-12-28 16:58:06 $
+# last change: $Author: kz $ $Date: 2006-01-31 18:27:29 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ xmlsec_CFLAGS+=$(C_RESTRICTIONFLAGS)
xmlsec_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
.ENDIF # "$(SYSBASE)"!=""
-.IF "$(OS)$(COM)"=="LINUXGCC"
+.IF "$(OS)$(COM)"=="LINUXGCC" || "$(OS)$(COM)"=="FREEBSDGCC"
xmlsec_LDFLAGS+=-Wl,-rpath,'$$$$ORIGIN'
.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
.IF "$(OS)$(COM)"=="SOLARISC52"