summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-15 07:25:37 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-15 07:25:37 +0000
commit20a4040bf713088490ea0595a32923fafd36d5ce (patch)
tree7c6d47e8b4bdf89bf3062dd18af5241e3fa95bd1 /xmlsecurity/util
parent34fe1cc9611a84d9b94e998378597ae3d50e7bfe (diff)
Issue number:
Submitted by: Reviewed by: Comments out "-z defs" during linking.
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/makefile.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index 272b7bc8ae72..c202eb8db4a9 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: gt $ $Date: 2004-07-14 11:38:07 $
+# last change: $Author: mmi $ $Date: 2004-07-15 08:25:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,7 +66,7 @@ PRJNAME=xmlsecurity
TARGET=xmlsecurity
# Disable '-z defs' due to broken libxpcom.
-LINKFLAGSDEFS=$(0)
+#LINKFLAGSDEFS=$(0)
# --- Settings -----------------------------------------------------
@@ -178,11 +178,7 @@ SHL4STDLIBS=\
.IF "$(GUI)"=="WNT"
SHL4STDLIBS+= "xmlsec.lib" "xsec_xmlsec.lib"
.ELSE
-<<<<<<< makefile.mk
SHL4STDLIBS+= "-lxmlsec" "-lxsec_xmlsec"
-=======
-SHL4STDLIBS+= "-lxmlsec" "-lxsec_xmlsec"
->>>>>>> 1.2
.ENDIF