mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
netatop: add new package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user