You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/grepcidr/files/grepcidr-2.0-Makefile.patch

13 lines
248 B

Respect CPPFLAGS, LDFLAGS
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ LDFLAGS=
all: grepcidr
grepcidr: grepcidr.o
- $(CC) $(CFLAGS) grepcidr.o -o grepcidr
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) grepcidr.o -o grepcidr
doc: grepcidr.1