summaryrefslogtreecommitdiff
path: root/security/lasso/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'security/lasso/patches/patch-ba')
-rw-r--r--security/lasso/patches/patch-ba14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/lasso/patches/patch-ba b/security/lasso/patches/patch-ba
new file mode 100644
index 00000000000..a03d2686bcf
--- /dev/null
+++ b/security/lasso/patches/patch-ba
@@ -0,0 +1,14 @@
+$NetBSD: patch-ba,v 1.1.1.1 2009/03/02 16:46:01 manu Exp $
+--- configure.ac.orig 2008-07-22 12:46:24.000000000 +0000
++++ configure.ac 2009-03-01 06:41:53.000000000 +0000
+@@ -791,9 +791,9 @@
+ if test "z$PKG_CONFIG_PATH" != "z"; then
+ export PKG_CONFIG_PATH
+ fi
+
+-PKG_CHECK_MODULES(LASSO, glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl)
++PKG_CHECK_MODULES(LASSO, glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0)
+
+ AC_ARG_WITH(sasl2, [ --with-sasl2[=PFX] Use Cyrus SASL library version 2 for WSF-Auth])
+ if test "x$enable_wsf" = "xyes"; then
+ if test "$with_sasl2" != "no" && test "$with_sasl2" != "yes"