mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
7fdb7009c5
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
14 lines
325 B
Diff
14 lines
325 B
Diff
diff --git a/daemon/Makefile b/daemon/Makefile
|
|
index e028e95..1233855 100644
|
|
--- a/daemon/Makefile
|
|
+++ b/daemon/Makefile
|
|
@@ -6,7 +6,7 @@ THISDIR = $(shell pwd)
|
|
all: netatopd
|
|
|
|
netatopd: netatopd.o Makefile
|
|
- $(CC) netatopd.o -o netatopd -lz
|
|
+ $(CC) $(LDFLAGS) netatopd.o -o netatopd -lz
|
|
|
|
clean:
|
|
rm -f *.o netatopd
|