audio/lash: Avoid a linking issue and use libtirpc.

Thanks to USUARIONUEVO on LQ

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-11-27 08:52:34 +01:00 committed by Robby Workman
parent 7a79e59461
commit bbe5309dd5
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ if $( which texi2html >/dev/null 2>&1 ); then
manual=docs/lash-manual-html-one-page/lash-manual.html
fi
CFLAGS="$SLKCFLAGS" \
export LDFLAGS="-ldl -lm -ltirpc"
CFLAGS="$SLKCFLAGS -I/usr/include/tirpc" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \