summaryrefslogtreecommitdiff
path: root/debian/patches/004-No-openssl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/004-No-openssl.diff')
-rw-r--r--debian/patches/004-No-openssl.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/004-No-openssl.diff b/debian/patches/004-No-openssl.diff
new file mode 100644
index 0000000..1a8cf7d
--- /dev/null
+++ b/debian/patches/004-No-openssl.diff
@@ -0,0 +1,15 @@
+--- a/m4/ax_check_openssl.m4
++++ b/m4/ax_check_openssl.m4
+@@ -42,9 +42,11 @@
+ [root of the OpenSSL directory])],
+ [
+ case "$withval" in
+- "" | y | ye | yes | n | no)
++ y | ye | yes)
+ AC_MSG_ERROR([Invalid --with-openssl value])
+ ;;
++ "" | n | no) ssldirs=""
++ ;;
+ *) ssldirs="$withval"
+ ;;
+ esac