Skip to content

Commit

Permalink
little simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Feb 15, 2008
1 parent e2387f8 commit c78f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.osd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c78f6e8

Please sign in to comment.