From c78f6e8f101a9619e61a6bbb55535eede4d3713b Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Fri, 15 Feb 2008 14:22:46 -0500 Subject: [PATCH] little simplification --- README.osd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.osd b/README.osd index 5e5941c..c041258 100644 --- a/README.osd +++ b/README.osd @@ -25,7 +25,7 @@ Or, with optimization: CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install Or, with IB: - CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --with-openib-includes=/usr/local/openib-iser/include/ --with-openib-libs=/usr/local/openib-iser/lib/ --without-bmi-tcp + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux