Fixed #569636
authorSlawomir Lis <slis@gentoo.org>
Mon, 28 Dec 2015 05:52:24 +0000 (06:52 +0100)
committerSlawomir Lis <slis@gentoo.org>
Mon, 28 Dec 2015 05:52:24 +0000 (06:52 +0100)
Package-Manager: portage-2.2.26

net-analyzer/suricata/suricata-2.0.10.ebuild

index 40b27405908aacd7144cd8303bc0166b275019fa..3c69998a1b55ff39b425a008dd717cf3c1be350c 100644 (file)
@@ -96,7 +96,8 @@ src_configure() {
                myeconfargs+=( $(use_enable luajit) )
        fi
 
-       LIBS+="-lrt -lnuma"
+# this should be used when pf_ring use flag support will be added
+#      LIBS+="-lrt -lnuma"
 
        econf LIBS="${LIBS}" ${myeconfargs[@]}
 }