Skip to content

Commit

Permalink
base: link libtirpc when needed.
Browse files Browse the repository at this point in the history
This is necessary for the asyn module with modern glibc or musl.
  • Loading branch information
ericonr committed Nov 29, 2023
1 parent 6322f96 commit dcd0409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/install-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ install_module() {

cd $module_name
echo "$release_content" > configure/RELEASE
if [ -n "$NEEDS_TIRPC" ]; then
echo "TIRPC=YES" >> configure/CONFIG_SITE
fi

make -j${JOBS} install
make clean
Expand Down

0 comments on commit dcd0409

Please sign in to comment.