1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: we want to see why compiling failed
Index: gypsy/configure.ac
===================================================================
--- gypsy.orig/configure.ac 2025-10-12 13:42:41.434509729 +0200
+++ gypsy/configure.ac 2025-10-12 13:43:49.306518862 +0200
@@ -58,7 +58,8 @@
AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
AS_AC_EXPAND(DAEMON_USER, $with_user)
-CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
+#XXX CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
+CFLAGS="$CFLAGS -g -Wall -Werror"
# Tell GLib not to whine about us being written against an older set
# of GLib API, since we want to be able to build against any GLib.
|