1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/usbip-utils/fix-ppc64le-disable-werror.patch
2019-01-03 08:31:38 +00:00

11 lines
308 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# Silent build for automake >= 1.11
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"])
+AC_SUBST([EXTRA_CFLAGS], ["-Wall -Wextra -std=gnu99"])
# Checks for programs.
AC_PROG_CC