tacacs: hangs when configuring for *-musl
This commit is contained in:
parent
5db2c2602d
commit
789972c6ff
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
|
|||
checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
broken="Hangs when configure tests if children need to be reaped"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
# -lnsl is not required w/o libwrap and prevents musl builds; rip it out
|
||||
sed -i configure -e "s;-lnsl ;;g"
|
||||
|
|
Loading…
Reference in a new issue