diff options
Diffstat (limited to 'network/suricata/suricata.SlackBuild')
-rw-r--r-- | network/suricata/suricata.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/suricata/suricata.SlackBuild b/network/suricata/suricata.SlackBuild index 3356daed8b..f0646e7e99 100644 --- a/network/suricata/suricata.SlackBuild +++ b/network/suricata/suricata.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=suricata -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-shared=yes \ --enable-static=no \ --enable-unix-socket \ + --enable-python \ --build=$ARCH-slackware-linux make |