summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-10-05 22:10:17 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-10-15 16:52:33 +0200
commit2bfe6e3f45c9c3a26b44bdceaff67839504a19de (patch)
tree4ba5c00147aabaed4931e02d030e330870273e83 /net-proxy/haproxy/haproxy-9999.ebuild
parentapp-dicts/qvortaro: Remove references to berlios.de (diff)
downloadgentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.tar.gz
gentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.tar.bz2
gentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.zip
net-proxy/haproxy: major improvements.
* Move to /run. * Remove commented USE_LINUX_SPLICE since declaration is implicit. * Remove commented USE_LINUX_TPROXY since declaration is implicit. * Keep lua for live ebuild. Gentoo-Bug: https://bugs.gentoo.org/332633 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2486 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/haproxy-9999.ebuild')
-rw-r--r--net-proxy/haproxy/haproxy-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild
index 4100bfa77387..97a58d9c88f9 100644
--- a/net-proxy/haproxy/haproxy-9999.ebuild
+++ b/net-proxy/haproxy/haproxy-9999.ebuild
@@ -76,10 +76,6 @@ src_compile() {
args+=( $(haproxy_use net_ns NS) )
args+=( $(haproxy_use pcre PCRE) )
args+=( $(haproxy_use pcre-jit PCRE_JIT) )
-
-# args+=( $(haproxy_use kernel_linux LINUX_SPLICE) )
-# args+=( $(haproxy_use kernel_linux LINUX_TPROXY) )
-
args+=( $(haproxy_use ssl OPENSSL) )
args+=( $(haproxy_use slz SLZ) )
args+=( $(haproxy_use zlib ZLIB) )