104-fix-CFLAGS-handling.patch 233 B

12345678910
  1. --- a/Makefile.defs.in
  2. +++ b/Makefile.defs.in
  3. @@ -24,6 +24,7 @@ LDFLAGS += @LIBS@
  4. CPPFLAGS += @CPPFLAGS@
  5. +CFLAGS :=
  6. CFLAGS += @CFLAGS@ @DEFS@
  7. CFLAGS += -DDEFAULT_INCLUDE_PATH="\"$(confdir)\""
  8. CFLAGS += -include config.h