found 905961 1.9.4-2
thanks

Hello,

Updated patch for debian/rules is attached. The patch for debian/control is
added for your convenience.

Thanks!


--- a/debian/control.orig	2017-07-03 22:30:17.000000000 +0200
+++ b/debian/control	2017-07-14 11:21:44.000000000 +0200
@@ -20,7 +20,7 @@
  libfstrm-dev <!pkg.unbound.libonly>,
  libprotobuf-c-dev <!pkg.unbound.libonly>,
  libssl-dev <!pkg.unbound.libonly>,
- libsystemd-dev <!pkg.unbound.libonly>,
+ libsystemd-dev [linux-any] <!pkg.unbound.libonly>,
  libtool,
  nettle-dev,
  pkg-config,
--- a/debian/rules	2019-12-13 12:56:07.000000000 +0100
+++ b/debian/rules	2019-12-13 12:57:48.000000000 +0100
@@ -7,7 +7,9 @@
 CONFIGURE_ARGS = --disable-flto
 endif
 
-ifneq ($(DEB_HOST_ARCH_OS), linux)
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+CONFIGURE_ARGS = --enable-systemd
+else
 CONFIGURE_ARGS = --with-libbsd
 endif
 
@@ -44,7 +46,6 @@
 		--with-pythonmodule \
 		--enable-subnet \
 		--enable-dnstap \
-		--enable-systemd \
 		--with-chroot-dir="" \
 		--with-dnstap-socket-path=/run/dnstap.sock \
 		--libdir=/usr/lib \

Reply via email to