[suricata/f19] Enable luajit support

Steve Grubb sgrubb at fedoraproject.org
Mon Jan 13 13:04:05 UTC 2014


commit 55c1b21406918fe274e9391dc2b9e7330cf1e854
Author: sgrubb <sgrubb at redhat.com>
Date:   Mon Jan 13 08:04:15 2014 -0500

    Enable luajit support

 suricata.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/suricata.spec b/suricata.spec
index 22d4877..ab00aa6 100644
--- a/suricata.spec
+++ b/suricata.spec
@@ -2,7 +2,7 @@
 Summary: Intrusion Detection System
 Name: suricata
 Version: 1.4.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.openinfosecfoundation.org
@@ -19,7 +19,7 @@ BuildRequires: libyaml-devel
 BuildRequires: libnfnetlink-devel libnetfilter_queue-devel libnet-devel
 BuildRequires: zlib-devel libpcap-devel pcre-devel libcap-ng-devel
 BuildRequires: file-devel nspr-devel nss-devel nss-softokn-devel
-BuildRequires: jansson-devel GeoIP-devel python-devel
+BuildRequires: jansson-devel GeoIP-devel python-devel luajit-devel
 BuildRequires: systemd
 # Remove when rpath issues are fixed
 BuildRequires: autoconf automake libtool
@@ -45,7 +45,7 @@ install -m 644 %{SOURCE4} doc/
 autoreconf -fv --install
 
 %build
-%configure --enable-gccprotect --disable-gccmarch-native --enable-nfqueue --enable-af-packet --with-libnspr-includes=/usr/include/nspr4 --with-libnss-includes=/usr/include/nss3 --enable-jansson --enable-geoip
+%configure --enable-gccprotect --disable-gccmarch-native --enable-nfqueue --enable-af-packet --with-libnspr-includes=/usr/include/nspr4 --with-libnss-includes=/usr/include/nss3 --enable-jansson --enable-geoip --enable-luajit
 make %{?_smp_mflags}
 
 %install
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_tmpfilesdir}/%{name}.conf
 
 %changelog
+* Sat Jan 11 2014 Steve Grubb <sgrubb at redhat.com> 1.4.7-2
+- Enable luajit support
+
 * Wed Dec 18 2013 Steve Grubb <sgrubb at redhat.com> 1.4.7-1
 - New upstream bug fix release
 


More information about the scm-commits mailing list