diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-10 20:47:05 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-10 20:47:05 +0000 |
| commit | f87adf0a5f929a8a0b0a0c15936cb58520e4e0c2 (patch) | |
| tree | 703733e4004e898c7153fb0c177aeb4f65163226 /debian/rules | |
| parent | 858aa29c6862ed2390baee53b6fc9f54e65246e2 (diff) | |
Build was broken if systemd was not installed
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7b284f60d5..b6cac7f8e4 100755 --- a/debian/rules +++ b/debian/rules @@ -66,7 +66,7 @@ override_dh_auto_configure: --enable-werror \ --enable-gcc-rdynamic \ --with-libpam \ - --enable-systemd \ + --enable-systemd=yes \ --enable-dependency-tracking; \ fi if ! diff -b -IHAVE_SNMP -IHAVE_NETSNMP -IUCD_COMPAT -IGETIFADDR debian/my/config.h.reference config.h; then \ |
