libkent1: use = for comparision instead of ==
This commit is contained in:
parent
cadff98386
commit
de4e7a9e9b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ homepage="https://www.kronosnet.org"
|
|||
distfiles="https://kronosnet.org/releases/kronosnet-${version}.tar.bz2"
|
||||
checksum=c2ee20a9b5b0791ed5379b38b0b51d549603933925a839f045455553f03e6114
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" == musl ]; then
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
broken="Uses dlinfo RTLD_DI_ORIGIN and other runtime issues"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue