diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-03 14:19:06 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-03 14:25:33 +0200 |
commit | 9ad5ef406dd4ff104230b81a52de9fff41f3c526 (patch) | |
tree | 201124e8833d47c15be9379532f76a299254b39e /debian | |
parent | vnc: look for librfp.a in builddir (diff) | |
download | frr-9ad5ef406dd4ff104230b81a52de9fff41f3c526.tar.xz frr-9ad5ef406dd4ff104230b81a52de9fff41f3c526.zip |
debian: Disable build of vnc currently
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 25461b89d..b10081318 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,8 @@ override_dh_auto_configure: --enable-poll=yes \ --enable-cumulus=yes \ --enable-pimd=no \ - --enable-dependency-tracking; \ + --enable-dependency-tracking \ + --enable-bgp-vnc=no; \ fi override_dh_auto_build: |