From 8beb0eb49a4e288fc06bc478454863b5eeb02ea2 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 26 Apr 2017 17:03:35 +1000 Subject: [PATCH] * enable f2b mcast source/backend --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7d5f77f..4b720f2 100755 --- a/debian/rules +++ b/debian/rules @@ -20,5 +20,6 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \ -DWITH_REDIS=ON \ + -DWITH_MCAST=ON \ -DWITH_IPSET=ON \ -DWITH_HARDENING=ON