avahi/avahi-0.6.31-no_Werror.patch
Rex Dieter b09f78ff7f 0.6.31-17
- -libs: %doc README LICENSE
- drop some explicit -devel deps, rely on automatic pkgconfig deps
- drop -Werror compiler flag
- cleanup/tighten subpkg deps
- trim changelog
- avahi-libs should not require avahi, f21+ (#913168)
2013-09-20 23:33:24 -05:00

14 lines
675 B
Diff

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