diff options
Diffstat (limited to 'www-servers/varnish/varnish-4.1.5.ebuild')
-rw-r--r-- | www-servers/varnish/varnish-4.1.5.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-servers/varnish/varnish-4.1.5.ebuild b/www-servers/varnish/varnish-4.1.5.ebuild index fa893f30376d..e0e8515fff58 100644 --- a/www-servers/varnish/varnish-4.1.5.ebuild +++ b/www-servers/varnish/varnish-4.1.5.ebuild @@ -53,6 +53,9 @@ src_prepare() { # automagic dep in our patches, bug #461638 rm -rf lib/libjemalloc + # Fix bug #620952 + epatch "${FILESDIR}"/fix-build-x86.patch + # Remove -Werror bug #528354 sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac |