[Gluster-devel] ib-osmtest build patch!

Harshavardhana Ranganath harsha at 80x25.org
Wed Jun 7 15:48:50 UTC 2006


external/ib-osmtest.mk -patch
includes build fix for pointing a non standard path.. which used to be
hardcoded in the openib to /usr/lib. This seems to be fixed. Cueto has
already tested the build for this, i would prefer sending this patch.
-------------- next part --------------
--- ib-osmtest.mk~	2006-05-24 09:20:38.000000000 +0530
+++ ib-osmtest.mk	2006-06-07 18:32:58.000000000 +0530
@@ -23,7 +23,7 @@ ib-osmtest.%: LIVE_CONFIGURE_ENV=LDFLAGS
 ib-osmtest.%: LIVE_CONFIGURE_CMD=cd userspace/management/$(subdir) \
 		&& ([ -f Makefile ] || \
 		./configure --prefix=/usr \
-		--host=$(CROSS) --build=$(GLUSTER_BUILD))
+		--host=$(CROSS) --build=$(GLUSTER_BUILD) --libdir="$(DESTDIR_LIVE)/usr/lib")
 ib-osmtest.%: LIVE_BUILD_CMD=cd userspace/management/$(subdir) \
 		&& $(DEFAULT_LIVE_BUILD_CMD)
 ib-osmtest.%: LIVE_INSTALL_CMD=cd userspace/management/$(subdir) \
@@ -39,7 +39,7 @@ ib-osmtest.%: PKG_CONFIGURE_ENV=LDFLAGS=
 ib-osmtest.%: PKG_CONFIGURE_CMD=cd userspace/management/$(subdir) \
 		&& ([ -f Makefile ] || \
 		./configure --prefix=/opt/gluster  \
-		--host=$(CROSS) --build=$(GLUSTER_BUILD))
+		--host=$(CROSS) --build=$(GLUSTER_BUILD) --libdir="$(DESTDIR_PKG)/opt/gluster/lib")
 ib-osmtest.%: PKG_BUILD_CMD=cd userspace/management/$(subdir) \
 		&& $(DEFAULT_PKG_BUILD_CMD)
 ib-osmtest.%: PKG_INSTALL_CMD=cd userspace/management/$(subdir) \


More information about the Gluster-devel mailing list