Skip to content

Commit

Permalink
Set boost libdir for mcrouter build
Browse files Browse the repository at this point in the history
The mcrouter configure script does not look for boost via
LD_LIBRARY_PATH nor CPPFLAGS '-H' value, instead it has a dedicated
cmdline option.
  • Loading branch information
Paul Groudas committed Apr 30, 2021
1 parent 5779ea5 commit 588107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcrouter/scripts/recipes/mcrouter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ LD_LIBRARY_PATH="$INSTALL_DIR/lib:$LD_LIBRARY_PATH" \
LDFLAGS="-L$INSTALL_DIR/lib $LDFLAGS" \
CPPFLAGS="-I$INSTALL_DIR/include $CPPFLAGS" \
FBTHRIFT_BIN="$INSTALL_DIR/bin/" \
./configure --prefix="$INSTALL_DIR" --includedir="$INSTALL_DIR/include"
./configure --prefix="$INSTALL_DIR" --with-boost-libdir="$INSTALL_DIR/lib"

make -j "$(nproc)" && make install

0 comments on commit 588107e

Please sign in to comment.