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.
 
 
 
 
 
 

23 lines
617 B

Index: Makefile.in
--- Makefile.in.orig 2010-12-17 01:08:42.000000000 +0100
+++ Makefile.in 2011-01-03 18:01:23.000000000 +0100
@@ -107,7 +107,7 @@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @GLIB2_LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
Index: util.c
--- util.c.orig 2011-01-03 02:47:48.000000000 +0100
+++ util.c 2011-01-03 18:00:42.000000000 +0100
@@ -34,6 +34,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <time.h>
#include <unistd.h>