Blob Blame History Raw
diff -up avahi-0.6.31/configure.ac.no_Werror avahi-0.6.31/configure.ac
--- avahi-0.6.31/configure.ac.no_Werror	2012-02-14 15:44:25.484742099 -0600
+++ avahi-0.6.31/configure.ac	2013-09-20 22:12:40.021968172 -0500
@@ -92,7 +92,7 @@ if test x"$enable_ssp" = x"yes"; then
     AC_MSG_CHECKING([whether stack-smashing protection is available])
     ssp_old_cflags="$CFLAGS"
     ssp_old_ldflags="$LDFLAGS"
-    CFLAGS="$CFLAGS -Werror -fstack-protector-all -fPIC"
+    CFLAGS="$CFLAGS -fstack-protector-all -fPIC"
     LDFLAGS="$LDFLAGS -Wl,-z,defs"
     cat confdefs.h > conftest.c
     cat >>conftest.c <<_ACEOF
diff -up avahi-0.6.31/configure.no_Werror avahi-0.6.31/configure