projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a7d91
)
Fixed #569636
author
Slawomir Lis
<slis@gentoo.org>
Mon, 28 Dec 2015 05:52:24 +0000
(06:52 +0100)
committer
Slawomir 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
patch
|
blob
|
history
diff --git
a/net-analyzer/suricata/suricata-2.0.10.ebuild
b/net-analyzer/suricata/suricata-2.0.10.ebuild
index 40b27405908aacd7144cd8303bc0166b275019fa..3c69998a1b55ff39b425a008dd717cf3c1be350c 100644
(file)
--- a/
net-analyzer/suricata/suricata-2.0.10.ebuild
+++ b/
net-analyzer/suricata/suricata-2.0.10.ebuild
@@
-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[@]}
}