Backport from debian, fix hardening-no-fortify-functions.

This commit is contained in:
Sérgio Benjamim 2017-04-20 00:24:33 -03:00
parent 307c6f5c05
commit bb6fa78347

View File

@ -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)