Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 654386
Collapse All | Expand All

(-)a/haproxy-1.8.8.ebuild (-1 / +5 lines)
Lines 83-89 Link Here
83
	args+=( $(haproxy_use threads THREAD) )
83
	args+=( $(haproxy_use threads THREAD) )
84
	args+=( $(haproxy_use crypt LIBCRYPT) )
84
	args+=( $(haproxy_use crypt LIBCRYPT) )
85
	args+=( $(haproxy_use net_ns NS) )
85
	args+=( $(haproxy_use net_ns NS) )
86
	args+=( $(haproxy_use pcre PCRE) )
87
	args+=( $(haproxy_use pcre-jit PCRE_JIT) )
86
	args+=( $(haproxy_use pcre-jit PCRE_JIT) )
88
	args+=( $(haproxy_use ssl OPENSSL) )
87
	args+=( $(haproxy_use ssl OPENSSL) )
89
	args+=( $(haproxy_use slz SLZ) )
88
	args+=( $(haproxy_use slz SLZ) )
Lines 94-99 Link Here
94
	args+=( $(haproxy_use wurfl WURFL) )
93
	args+=( $(haproxy_use wurfl WURFL) )
95
	args+=( $(haproxy_use systemd SYSTEMD) )
94
	args+=( $(haproxy_use systemd SYSTEMD) )
96
95
96
	if use pcre; then
97
		args+=( PCRE=1 )
98
		args+=( PCREDIR=${EROOT} )
99
	fi
100
97
	# For now, until the strict-aliasing breakage will be fixed
101
	# For now, until the strict-aliasing breakage will be fixed
98
	append-cflags -fno-strict-aliasing
102
	append-cflags -fno-strict-aliasing
99
103

Return to bug 654386