summaryrefslogtreecommitdiffstats
path: root/debian/patches/autoconf-systemd-version
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/autoconf-systemd-version')
-rw-r--r--debian/patches/autoconf-systemd-version13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/autoconf-systemd-version b/debian/patches/autoconf-systemd-version
deleted file mode 100644
index d783299..0000000
--- a/debian/patches/autoconf-systemd-version
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dnsdist/m4/systemd.m4
-===================================================================
---- dnsdist.orig/m4/systemd.m4
-+++ dnsdist/m4/systemd.m4
-@@ -134,7 +134,7 @@ AC_DEFUN([AX_CHECK_SYSTEMD_FEATURES], [
- AC_PATH_PROG([SYSTEMCTL], [systemctl], [no])
- AS_IF([test "$SYSTEMCTL" = "no"],
- [AC_MSG_ERROR([systemctl not found])], [
-- _systemd_version=`${SYSTEMCTL} --version|head -1 |cut -d" " -f 2`
-+ _systemd_version=`${SYSTEMCTL} --version | head -1 | tr ".~" " " | cut -d" " -f 2`
- if test $_systemd_version -ge 183; then
- systemd_private_tmp=y
- fi