]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
- don't link everything with libibverbs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2008 01:26:23 +0000 (01:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glusterfs-link.patch -> 1.1

glusterfs-link.patch [new file with mode: 0644]

diff --git a/glusterfs-link.patch b/glusterfs-link.patch
new file mode 100644 (file)
index 0000000..7f300af
--- /dev/null
@@ -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
This page took 0.084298 seconds and 4 git commands to generate.