jparsons@xxxxxxxxxxxxxx wrote: > CVSROOT: /cvs/cluster > Module name: felix > Changes by: jparsons@xxxxxxxxxxxxxx 2006-02-15 14:29:59 > > Log message: > Genesis of Felix Project > > Status: Hey, thanks for this amazing gift of free software.. but WHAT IS IT? ;) Thanks Fabio PS in attachment a little patch to fix building ;) -- I'm going to make him an offer he can't refuse.
Index: ricci/Makefile =================================================================== RCS file: /cvs/cluster/felix/ricci/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- ricci/Makefile 15 Feb 2006 14:29:58 -0000 1.1.1.1 +++ ricci/Makefile 16 Feb 2006 09:17:16 -0000 @@ -14,7 +14,7 @@ all: make -C common make -C ricci - make -C storage + make -C modules/storage install: @@ -24,7 +24,7 @@ clean: make -C common clean make -C ricci clean - make -C storage clean + make -C modules/storage clean check: Index: ricci/modules/storage/Makefile =================================================================== RCS file: /cvs/cluster/felix/ricci/modules/storage/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- ricci/modules/storage/Makefile 15 Feb 2006 14:29:58 -0000 1.1.1.1 +++ ricci/modules/storage/Makefile 16 Feb 2006 09:17:16 -0000 @@ -8,7 +8,7 @@ ## ############################################################################################################################################################## -top_srcdir=.. +top_srcdir=../.. UNINSTALL = ${top_srcdir}/scripts/uninstall.pl #include ${top_srcdir}/make/defines.mk @@ -46,7 +46,7 @@ CXXFLAGS = -Wall $(INCLUDE) -LDFLAGS = `xml2-config --libs` -lssl ../common/*.o +LDFLAGS = `xml2-config --libs` -lssl -lpthread ../../common/*.o all: ${TARGET} Index: ricci/ricci/Makefile =================================================================== RCS file: /cvs/cluster/felix/ricci/ricci/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- ricci/ricci/Makefile 15 Feb 2006 14:29:59 -0000 1.1.1.1 +++ ricci/ricci/Makefile 16 Feb 2006 09:17:16 -0000 @@ -35,7 +35,7 @@ CFLAGS = -Wall $(INCLUDE) -g CXXFLAGS = ${CFLAGS} -LDFLAGS = `xml2-config --libs` -l dbus-1 -l ssl ../common/*.o +LDFLAGS = `xml2-config --libs` -l dbus-1 -l ssl -l pthread ../common/*.o all: ${TARGET} auth_helper
-- Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster