diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-03-04 18:14:29 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-03-04 18:33:57 +0100 |
commit | f879bbf456ab68964b17385cc71f20bc2469a595 (patch) | |
tree | 21dffc4f4b4d08dd278f8b6e9a57b4768c848036 /debian/rules | |
parent | lib: Add ability to use poll() instead of select (diff) | |
download | frr-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-x | debian/rules | 1 |
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 |