ib-osmtest build patch!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
--- 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) \

[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux