]> git.pld-linux.org Git - packages/fence.git/blob - fence-antistatic.patch
- build with system ccs
[packages/fence.git] / fence-antistatic.patch
1 --- cluster-2.00.00/fence/fenced/Makefile~      2007-04-03 15:10:16.000000000 +0000
2 +++ cluster-2.00.00/fence/fenced/Makefile       2007-04-03 15:13:45.221772000 +0000
3 @@ -35,9 +35,8 @@
4         group.o \
5         member_cman.o \
6         agent.o \
7 -       ../../ccs/lib/libccs.a \
8         ../../group/lib/libgroup.a
9 -       $(CC) $(LDFLAGS) -o $@ $^ -lcman 
10 +       $(CC) $(LDFLAGS) -o $@ $^ -lcman -lccs
11  
12  main.o: main.c fd.h
13         $(CC) $(CFLAGS) -c -o $@ $<
This page took 0.075848 seconds and 3 git commands to generate.