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.

13 lines
325 B

  1. diff --git a/daemon/Makefile b/daemon/Makefile
  2. index e028e95..1233855 100644
  3. --- a/daemon/Makefile
  4. +++ b/daemon/Makefile
  5. @@ -6,7 +6,7 @@ THISDIR = $(shell pwd)
  6. all: netatopd
  7. netatopd: netatopd.o Makefile
  8. - $(CC) netatopd.o -o netatopd -lz
  9. + $(CC) $(LDFLAGS) netatopd.o -o netatopd -lz
  10. clean:
  11. rm -f *.o netatopd