summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-14 09:44:22 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-14 09:44:22 +0000
commitf8ceb18df9a64a49fea567aab8347988b18a0575 (patch)
tree5815d6772b003e2bd3a18bab49a4a9988131262a /xmlsecurity
parente6e127b5a1636e9cbde7ca280b5cd64145eb9bbe (diff)
Issue number:
Submitted by: Andrew Fan Reviewed by: Add a flag for xpcom linking.
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index 387e62fec928..d2dd3b6fd210 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mmi $ $Date: 2004-07-14 03:56:55 $
+# last change: $Author: mmi $ $Date: 2004-07-14 10:44:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,9 @@ PRJ=..
PRJNAME=xmlsecurity
TARGET=xmlsecurity
+# Disable '-z defs' due to broken libxpcom.
+LINKFLAGSDEFS=$(0)
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk