patch-Makefile 492 B

12345678910111213
  1. --- dosfstools-3.0.26.orig/Makefile 2014-01-17 07:09:28.000000000 +0100
  2. +++ dosfstools-3.0.26/Makefile 2014-03-13 08:58:52.000000000 +0100
  3. @@ -32,7 +32,9 @@ OPTFLAGS = -O2 -fomit-frame-pointer -D_G
  4. #WARNFLAGS = -Wall -pedantic -std=c99
  5. WARNFLAGS = -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers -Wmissing-prototypes -Wstrict-prototypes
  6. DEBUGFLAGS = -g
  7. -CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS)
  8. +CFLAGS ?=
  9. +CFLAGS += $(WARNFLAGS)
  10. +LDLIBS = -liconv
  11. VPATH = src