[ooo-build-commit] .: libxmlsec/makefile.mk libxmlsec/xmlsec1-nspr.patch

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Sep 29 14:05:04 PDT 2010


 libxmlsec/makefile.mk        |    3 ++-
 libxmlsec/xmlsec1-nspr.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 5a99313227c00fb7541adbd0736947c177218935
Author: Sean McNamara <smcnam at gmail.com>
Date:   Wed Sep 29 22:59:50 2010 +0200

    fix libxmlsec build

diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index b7dff3e..67dd8a5 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -65,7 +65,8 @@ PATCH_FILES=\
    xmlsec1-nssmangleciphers.patch \
    xmlsec1-noverify.patch \
    xmlsec1-mingw32.patch \
-   xmlsec1-mingw-keymgr-mscrypto.patch
+   xmlsec1-mingw-keymgr-mscrypto.patch \
+   xmlsec1-nspr.patch
 
 
 ADDITIONAL_FILES= \
diff --git a/libxmlsec/xmlsec1-nspr.patch b/libxmlsec/xmlsec1-nspr.patch
new file mode 100644
index 0000000..09f7b2f
--- /dev/null
+++ b/libxmlsec/xmlsec1-nspr.patch
@@ -0,0 +1,11 @@
+--- misc/xmlsec1-1.2.14/configure	2010-09-29 22:51:25.000000000 +0200
++++ misc/build/xmlsec1-1.2.14/configure	2010-09-29 22:50:42.000000000 +0200
+@@ -13325,7 +13325,7 @@
+ 
+     if test "z$NSS_INCLUDES_FOUND" = "zyes" -a "z$NSS_LIBS_FOUND" = "zyes" ; then
+        OLD_CPPFLAGS=$CPPFLAGS
+-       CPPFLAGS="$NSS_CFLAGS"
++       CPPFLAGS="$NSS_CFLAGS $NSPR_CFLAGS"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 


More information about the ooo-build-commit mailing list