blob: 5a9adc506ec87b1a29d722c0a08d30fc3a051717 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/daemon/Makefile
2+++ b/daemon/Makefile
3@@ -6,7 +6,7 @@ THISDIR = $(shell pwd)
4 all: netatopd
5
6 netatopd: netatopd.o Makefile
7- $(CC) netatopd.o -o netatopd -lz
8+ $(CC) $(LDFLAGS) netatopd.o -o netatopd -lz
9
10 clean:
11 rm -f *.o netatopd