summaryrefslogtreecommitdiffstats
path: root/isomd5sum
diff options
context:
space:
mode:
Diffstat (limited to 'isomd5sum')
-rw-r--r--isomd5sum/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile
index b0b774cd2..8fdeaa114 100644
--- a/isomd5sum/Makefile
+++ b/isomd5sum/Makefile
@@ -1,6 +1,7 @@
include ../Makefile.inc
-CFLAGS = -g -fPIC -D_FILE_OFFSET_BITS=64 -I$(PYTHONINCLUDE) -O -Wall -Werror
+CFLAGS = -g -fPIC -D_FILE_OFFSET_BITS=64 -I$(PYTHONINCLUDE) -O -Wall -Werror \
+ -D_FORTIFY_SOURCE=2
OBJECTS = md5.o libimplantisomd5.o checkisomd5.o pyisomd5sum.c \
implantisomd5 checkisomd5
SOURCES = $(patsubst %.o,%.c,$(OBJECTS))