diff options
| author | Mike Sullivan <mksully22@gmail.com> | 2019-01-02 18:19:55 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-03 08:31:38 +0000 |
| commit | 5b20e1597ceb8a83bf74f8913d30a7bc80ea52aa (patch) | |
| tree | b8e6c906175b7a86bf596d364e1e9fd3daa6419b /testing/usbip-utils/fix-ppc64le-disable-werror.patch | |
| parent | 16a4a9c1c7a1b50a313a3a70efaf324189ae0d00 (diff) | |
| download | aports-5b20e1597ceb8a83bf74f8913d30a7bc80ea52aa.tar.bz2 aports-5b20e1597ceb8a83bf74f8913d30a7bc80ea52aa.tar.xz | |
testing/usbip-utils: fix ppc64le build by disabling Werror
modify configure.ac
Diffstat (limited to 'testing/usbip-utils/fix-ppc64le-disable-werror.patch')
| -rw-r--r-- | testing/usbip-utils/fix-ppc64le-disable-werror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/usbip-utils/fix-ppc64le-disable-werror.patch b/testing/usbip-utils/fix-ppc64le-disable-werror.patch new file mode 100644 index 0000000000..90c2ccd008 --- /dev/null +++ b/testing/usbip-utils/fix-ppc64le-disable-werror.patch @@ -0,0 +1,11 @@ +--- 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 |
