components/open-fabrics/rds-tools/Makefile
changeset 4661 353f8a998732
parent 4339 6501cf9c29f9
child 5624 8174ebe3b8ea
--- a/components/open-fabrics/rds-tools/Makefile	Thu Jul 16 15:20:48 2015 -0700
+++ b/components/open-fabrics/rds-tools/Makefile	Fri Jul 17 12:11:28 2015 -0700
@@ -22,7 +22,7 @@
 #
 
 # OFED only builds with GCC
-COMPILER=gcc3
+COMPILER=gcc
 
 include ../../../make-rules/shared-macros.mk
 
@@ -43,6 +43,8 @@
 
 LIBS +=	-lsocket -lnsl -llgrp -lkstat -libverbs
 
+CONFIGURE_OPTIONS +=	--bindir=$(USRBINDIR)
+
 COMPONENT_PREP_ACTION = \
 	cp rds-vendor.c $(@D)/
 
@@ -62,11 +64,11 @@
 COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
 
 # common targets
-configure:	$(CONFIGURE_32_and_64)
+configure:	$(CONFIGURE_64)
 
-build:		$(BUILD_32_and_64)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32_and_64)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)