Skip to content

Commit

Permalink
okay to use shared libs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Feb 26, 2008
1 parent 513db85 commit 69f9235
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, but shared libs will not work:
CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-static --disable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp
CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --disable-static --enable-shared --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 69f9235

Please sign in to comment.