From bb6fa78347e66e7b0bbd3f5871a861938c32925b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Benjamim?= Date: Thu, 20 Apr 2017 00:24:33 -0300 Subject: [PATCH] Backport from debian, fix hardening-no-fortify-functions. --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index e0b9f70..ffc05c4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -305,7 +305,7 @@ else all: $(TARGET) %.o: %.c - $(CC) -o $@ -c $< $(CFLAGS) $(LIBRETRO_CFLAGS) + $(CC) -o $@ -c $< $(CPPFLAGS) $(CFLAGS) $(LIBRETRO_CFLAGS) $(TARGET): $(OBJECTS) ifeq ($(STATIC_LINKING), 1)