aboutsummaryrefslogtreecommitdiff
path: root/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch
blob: de976ca12f0ba061e0138a31d5a13209c2f450de (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC ?= gcc
 GIT_VERSION := "$(shell git describe --abbrev=6 --always --tags)"
-AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 \
+AM_CFLAGS = -D_FILE_OFFSET_BITS=64 \
 	    -DVERSION=\"$(GIT_VERSION)\"
 CFLAGS ?= -g -O2
 objects = \