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:
parent
7a79e59461
commit
bbe5309dd5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue