X-Git-Url: https://git.gag.com/?p=debian%2Fyforth;a=blobdiff_plain;f=debian%2Fpatches%2Fmakefile-support-hardening;h=51d26a734e1474867d7b0e8842fc327030e6cf08;hp=9b0cc5b2191e55124e2ab74789ccc25e963b3b65;hb=dc1983d047aa8bd066900d8c02c28f0342923776;hpb=8542d83e917ad42ed38403fa8204da27e170e189 diff --git a/debian/patches/makefile-support-hardening b/debian/patches/makefile-support-hardening index 9b0cc5b..51d26a7 100644 --- a/debian/patches/makefile-support-hardening +++ b/debian/patches/makefile-support-hardening @@ -19,11 +19,11 @@ index 5e0fddb..301fd02 100644 div: division.c - $(CC) -o div division.c -+ $(CC) -o div $(CFLAGS) division.c ++ $(CC) -o div $(CFLAGS) $(CPPFLAGS) division.c .c.o: - $(CC) -c -o $@ $(OPTIMIZE) $< -+ $(CC) -c -o $@ $(CFLAGS) $< ++ $(CC) -c -o $@ $(CFLAGS) $(CPPFLAGS) $< clean: rm -f *.o yforth div.h div