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.

11 lines
248 B

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