Author: qboosh Date: Sun Jan 13 01:26:28 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - don't link everything with libibverbs
---- Files affected: SOURCES: glusterfs-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/glusterfs-link.patch diff -u /dev/null SOURCES/glusterfs-link.patch:1.1 --- /dev/null Sun Jan 13 02:26:29 2008 +++ SOURCES/glusterfs-link.patch Sun Jan 13 02:26:23 2008 @@ -0,0 +1,11 @@ +--- glusterfs-1.3.7/configure.ac.orig 2007-10-18 13:32:52.000000000 +0200 ++++ glusterfs-1.3.7/configure.ac 2008-01-13 02:00:28.221886660 +0100 +@@ -185,7 +185,7 @@ + + if test "$enable_ibverbs" = "yes"; then + AC_CHECK_LIB([ibverbs], +- [ibv_get_device_list], , ++ [ibv_get_device_list], [:], + AC_MSG_ERROR([libibverbs-1.0.4 is needed to build the ib-verbs transport. Download it from http://openib.org. You can disable ib-verbs build by passing --disable-ibverbs to configure.])) + fi + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
