diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-26 18:42:28 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-26 18:42:28 +0200 |
commit | 4f2125df1ff3063af7de403e8165f38aef9c59ef (patch) | |
tree | 0a6d883df4f2131021ae933667b78b1df4535125 /debian/rules | |
parent | lib: Modify 'banner motd file <X>' (diff) | |
download | frr-4f2125df1ff3063af7de403e8165f38aef9c59ef.tar.xz frr-4f2125df1ff3063af7de403e8165f38aef9c59ef.zip |
debian: Disable pimd in cmaster-next
Turn off the building of pimd in cmaster-next.
Ticket: CM-12015
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7a4844806..25461b89d 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,7 @@ override_dh_auto_configure: --enable-systemd=yes \ --enable-poll=yes \ --enable-cumulus=yes \ + --enable-pimd=no \ --enable-dependency-tracking; \ fi |