]> git.pld-linux.org Git - packages/ccs.git/blob - ccs-include.patch
6b54024272ec3f214fc0fbced7fe01feaf925cc2
[packages/ccs.git] / ccs-include.patch
1 diff -ur cluster-2.00.00.orig/ccs/lib/libccs.c cluster-2.00.00/ccs/lib/libccs.c
2 --- cluster-2.00.00.orig/ccs/lib/libccs.c       2006-01-11 17:00:55.000000000 +0100
3 +++ cluster-2.00.00/ccs/lib/libccs.c    2008-03-07 13:47:34.000000000 +0100
4 @@ -19,6 +19,8 @@
5  #include <arpa/inet.h>
6  #include <errno.h>
7  
8 +#include "ccs.h"
9 +
10  #include "log.h" /* Libraries should not print - so only use log_dbg */
11  #include "debug.h"
12  #include "comm_headers.h"
13 diff -ur cluster-2.00.00.orig/ccs/lib/Makefile cluster-2.00.00/ccs/lib/Makefile
14 --- cluster-2.00.00.orig/ccs/lib/Makefile       2008-03-07 13:39:28.000000000 +0100
15 +++ cluster-2.00.00/ccs/lib/Makefile    2008-03-07 13:47:19.000000000 +0100
16 @@ -27,7 +27,7 @@
17  libccs.a: libccs.o log.o
18         ${AR} cr libccs.a libccs.o log.o
19  
20 -libccs.o: libccs.c ccs.h
21 +libccs.o: libccs.c
22         ${CC} -c ${CFLAGS} ${INCLUDE} $^
23  
24  log.o: ../common/log.c
This page took 0.035959 seconds and 2 git commands to generate.