diff options
Diffstat (limited to 'utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch')
-rw-r--r-- | utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch b/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch new file mode 100644 index 000000000..1a2081335 --- /dev/null +++ b/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch @@ -0,0 +1,9 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,5 +1,5 @@ + CC ?= gcc +-AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 ++AM_CFLAGS = -D_FILE_OFFSET_BITS=64 + CFLAGS ?= -g -O2 + objects = \ + mmc.o \ |