disable-pedantic-errors.patch 370 B

123456789101112
  1. Description: Disable pedantic errors to fix FTBFS with GCC 6
  2. Author: Axel Beckert <[email protected]>
  3. Bug-Debian: https://bugs.debian.org/811684
  4. --- a/src/Makefile.am
  5. +++ b/src/Makefile.am
  6. @@ -1,4 +1,4 @@
  7. -AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors -Wwrite-strings
  8. +AM_CFLAGS = -Werror -Wall -Wfatal-errors -Wwrite-strings
  9. AM_CPPFLAGS = $(MSSH_CFLAGS)