summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorSean McNamara <smcnam@gmail.com>2010-09-29 22:59:50 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-29 22:59:50 +0200
commit4f678fedc0fa502b355dacbbbd56e48e3c5f4179 (patch)
tree59bdb9eb420a8368238ef8b6636c78defdb14804 /libxmlsec
parent9a40168865a9753e91ac01f6b3248f8bcc2e2eb8 (diff)
fix libxmlsec build
Notes
split repo tag: libs-extern_linux-build-fridrich-20100930
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk3
-rw-r--r--libxmlsec/xmlsec1-nspr.patch11
2 files changed, 13 insertions, 1 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index b7dff3e52bed..67dd8a59ae8f 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 000000000000..09f7b2f8f17a
--- /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. */
+