summaryrefslogtreecommitdiff
path: root/debian/patches/004-No-openssl.diff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2018-04-24 17:03:27 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2018-04-24 17:03:27 +0200
commitdada70f0e58c0dd7d856589d2da2618701a2ff76 (patch)
tree55c4633581d69861796b8c39ef99b0639f56ef68 /debian/patches/004-No-openssl.diff
parente5e906c214990dbed7a1c4c614c1d25e67caf800 (diff)
New upstream version 2.1.0
Diffstat (limited to 'debian/patches/004-No-openssl.diff')
-rw-r--r--debian/patches/004-No-openssl.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/004-No-openssl.diff b/debian/patches/004-No-openssl.diff
deleted file mode 100644
index 1a8cf7d..0000000
--- a/debian/patches/004-No-openssl.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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