diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2007-05-12 13:21:36 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2007-05-12 13:21:36 +0000 |
commit | 277d3e09101714bb81c36ad86882de67d3a37eac (patch) | |
tree | ffbe4cad4e7214e057197aaa827bec04d52ce250 /sys-cluster/cman/files | |
parent | Version bump, assigning dev-libs/redland-bindings to myself. Fixing the remai... (diff) | |
download | historical-277d3e09101714bb81c36ad86882de67d3a37eac.tar.gz historical-277d3e09101714bb81c36ad86882de67d3a37eac.tar.bz2 historical-277d3e09101714bb81c36ad86882de67d3a37eac.zip |
Stable on x86.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-cluster/cman/files')
-rw-r--r-- | sys-cluster/cman/files/cman-1.03.00-qdisk-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-cluster/cman/files/cman-1.03.00-qdisk-makefile.patch b/sys-cluster/cman/files/cman-1.03.00-qdisk-makefile.patch new file mode 100644 index 000000000000..e62dd03bf294 --- /dev/null +++ b/sys-cluster/cman/files/cman-1.03.00-qdisk-makefile.patch @@ -0,0 +1,11 @@ +--- cluster-1.03.00/cman/qdisk/Makefile.orig 2006-07-21 20:01:38.000000000 +0200 ++++ cluster-1.03.00/cman/qdisk/Makefile 2007-03-13 13:42:14.000000000 +0100 +@@ -32,7 +32,7 @@ + + qdiskd: disk.o crc32.o disk_util.o main.o score.o bitmap.o clulog.o \ + gettid.o proc.o ../lib/libcman.a +- gcc -o $@ $^ -lpthread -L../lib -lccs ++ gcc -o $@ $^ -L$(libdir) -lpthread -L../lib -lccs + + mkqdisk: disk.o crc32.o disk_util.o \ + proc.o mkqdisk.o |