[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/openoffice.org/FC-4 openoffice.org-1.9.115.ooo51931.systemxmlsec.patch, 1.2, 1.3
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/openoffice.org/FC-4 openoffice.org-1.9.115.ooo51931.systemxmlsec.patch, 1.2, 1.3
- Date: Fri, 15 Jul 2005 07:39:31 -0400
Author: caolanm
Update of /cvs/dist/rpms/openoffice.org/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv22599
Modified Files:
openoffice.org-1.9.115.ooo51931.systemxmlsec.patch
Log Message:
I'm not fit to touch a keyboard somedays
openoffice.org-1.9.115.ooo51931.systemxmlsec.patch:
config_office/configure.in | 22
config_office/set_soenv.in | 1
openoffice.org/xmlsecurity/source/xmlsec/nss/systemxmlsec.cxx | 1836 ++++++++++
openoffice.org/xmlsecurity/source/xmlsec/nss/systemxmlsec.hxx | 238 +
scp2/source/ooo/file_library_ooo.scp | 2
scp2/source/ooo/makefile.mk | 4
scp2/source/ooo/shortcut_ooo.scp | 2
source/ooo/file_library_ooo.scp | 0
source/ooo/makefile.mk | 0
source/ooo/shortcut_ooo.scp | 0
source/xmlsec/makefile.mk | 0
source/xmlsec/nss/makefile.mk | 0
source/xmlsec/nss/securityenvironment_nssimpl.cxx | 0
xmlsecurity/source/xmlsec/makefile.mk | 5
xmlsecurity/source/xmlsec/nss/makefile.mk | 10
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx | 4
16 files changed, 2122 insertions(+), 2 deletions(-)
Index: openoffice.org-1.9.115.ooo51931.systemxmlsec.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-4/openoffice.org-1.9.115.ooo51931.systemxmlsec.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openoffice.org-1.9.115.ooo51931.systemxmlsec.patch 15 Jul 2005 06:49:05 -0000 1.2
+++ openoffice.org-1.9.115.ooo51931.systemxmlsec.patch 15 Jul 2005 11:39:28 -0000 1.3
@@ -141,7 +141,7 @@
CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
.ENDIF
-+.IF "$(SYSTEM_XMLSEC)" != ""
++.IF "$(SYSTEM_XMLSEC)" == "YES"
+PKGCONFIG_MODULES=xmlsec1
+.INCLUDE: pkg_config.mk
+.ENDIF
@@ -160,7 +160,7 @@
@echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity/nss"
.ENDIF
-+.IF "$(SYSTEM_XMLSEC)" != ""
++.IF "$(SYSTEM_XMLSEC)" == "YES"
+PKGCONFIG_MODULES=xmlsec1
+.INCLUDE: pkg_config.mk
+CFLAGS+=-DSYSTEM_XMLSEC
@@ -173,7 +173,7 @@
$(SLO)$/seinitializer_nssimpl.obj \
$(SLO)$/xsec_nss.obj
-+.IF "$(SYSTEM_XMLSEC)" != ""
++.IF "$(SYSTEM_XMLSEC)" == "YES"
+ SLOFILES+=\
+ $(SLO)$/systemxmlsec.obj
+.ENDIF
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]