summaryrefslogtreecommitdiffstats
path: root/net/e169-stats/patches/01-make.patch
blob: e524efbfa8d27ddea32b0c69fbf24402178f16eb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: e169-stats
 
 e169-stats: e169-stats.c
-	gcc -Wall -o e169-stats e169-stats.c -lcurses
+	$(CC) $(CFLAGS) -Wall -o e169-stats e169-stats.c $(CPPFLAGS) $(LDFLAGS)
 
 clean:
 	-rm e169-stats *.core