summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-03-04 18:14:29 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-03-04 18:33:57 +0100
commitf879bbf456ab68964b17385cc71f20bc2469a595 (patch)
tree21dffc4f4b4d08dd278f8b6e9a57b4768c848036 /debian/rules
parentlib: Add ability to use poll() instead of select (diff)
downloadfrr-f879bbf456ab68964b17385cc71f20bc2469a595.tar.xz
frr-f879bbf456ab68964b17385cc71f20bc2469a595.zip
debian: Turn on Poll usage
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 90c8574e8..99031bdab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,7 @@ override_dh_auto_configure:
--enable-gcc-rdynamic \
--with-libpam \
--enable-systemd=yes \
+ --enable-poll=yes \
--enable-cumulus=yes \
--enable-dependency-tracking; \
fi