about summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-30 14:18:42 +0200
committerMichael Biebl <biebl@debian.org>2016-03-30 14:19:25 +0200
commit0e7c024a445186f5e1950665a0c504ff6607862b (patch)
tree38b25e2ad01d34193531e0541ccf9ee48633cfb0 /debian/rules
parent10ed5e1adae85e05f55e99d75f1ac2232594491e (diff)
Set the udev directory to /lib/udev
via the new --with-udev-dir= configure switch
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 4d7725d1..0a8b017a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ override_dh_auto_configure:
 		--with-dnsmasq=/usr/sbin/dnsmasq \
 		--with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
 		--with-systemdsystemunitdir=/lib/systemd/system \
+		--with-udev-dir=/lib/udev \
 		--with-crypto=gnutls \
 		--with-session-tracking=systemd \
 		--with-suspend-resume=systemd \