ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch b/external/subpack/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch
new file mode 100644
index 0000000..de976ca
--- /dev/null
+++ b/external/subpack/utils/mmc-utils/patches/0000-properly-set-fortify-source-in-makefile.patch
@@ -0,0 +1,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 = \