You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
466 B

  1. Index: mmc-utils-f4eb241519f8d500ce6068a70d2389be39ac5189/Makefile
  2. ===================================================================
  3. --- mmc-utils-f4eb241519f8d500ce6068a70d2389be39ac5189.orig/Makefile
  4. +++ mmc-utils-f4eb241519f8d500ce6068a70d2389be39ac5189/Makefile
  5. @@ -1,5 +1,5 @@
  6. CC ?= gcc
  7. -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
  8. +AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
  9. CFLAGS ?= -g -O2
  10. objects = \
  11. mmc.o \