goaccess.patch 617 B

123456789101112131415161718192021222324
  1. Index: Makefile.in
  2. --- Makefile.in.orig 2010-12-17 01:08:42.000000000 +0100
  3. +++ Makefile.in 2011-01-03 18:01:23.000000000 +0100
  4. @@ -107,7 +107,7 @@
  5. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  6. LDFLAGS = @LDFLAGS@
  7. LIBOBJS = @LIBOBJS@
  8. -LIBS = @LIBS@
  9. +LIBS = @LIBS@ @GLIB2_LIBS@
  10. LTLIBOBJS = @LTLIBOBJS@
  11. MAKEINFO = @MAKEINFO@
  12. MKDIR_P = @MKDIR_P@
  13. Index: util.c
  14. --- util.c.orig 2011-01-03 02:47:48.000000000 +0100
  15. +++ util.c 2011-01-03 18:00:42.000000000 +0100
  16. @@ -34,6 +34,7 @@
  17. #include <string.h>
  18. #include <sys/stat.h>
  19. #include <sys/types.h>
  20. +#include <sys/socket.h>
  21. #include <time.h>
  22. #include <unistd.h>