From de4e7a9e9b1b6b8b39cfd50037c96c2a89620a3c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 30 Aug 2019 17:01:26 +0200 Subject: [PATCH] libkent1: use = for comparision instead of == --- srcpkgs/libknet1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libknet1/template b/srcpkgs/libknet1/template index 1b91ebf4be6..95cd2b8bef2 100644 --- a/srcpkgs/libknet1/template +++ b/srcpkgs/libknet1/template @@ -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