diff --git a/varnish.spec b/varnish.spec
index 6ba36a2..6c9ea50 100644
--- a/varnish.spec
+++ b/varnish.spec
@@ -94,17 +94,14 @@ This package holds the development files for varnish.
 %autosetup -p1
 
 %build
-perl -i -lpe 's{-Werror\b}{}' configure.ac
-autoreconf -fi
 %define _lto_cflags %nil
 export CFLAGS="%optflags -fcommon -fstack-protector"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
 %endif
 %configure --disable-static --docdir="%_docdir/%name" \
-           --localstatedir="%_localstatedir/cache/" \
-           --enable-developer-warnings
-%make_build
+           --localstatedir="%_localstatedir/cache/"
+%make_build V=1
 
 %install
 b="%buildroot"