From 4a624f656612f7a9cff3c206d213a8af325a75f7 Mon Sep 17 00:00:00 2001 From: Sertonix <sertonix@posteo.net> Date: Sat, 23 Dec 2023 22:40:12 +0100 Subject: [PATCH] testing/jbigkit: use posix style for comparison --- testing/jbigkit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/jbigkit/APKBUILD b/testing/jbigkit/APKBUILD index 6df42481f48d..d620ed40d330 100644 --- a/testing/jbigkit/APKBUILD +++ b/testing/jbigkit/APKBUILD @@ -18,7 +18,7 @@ prepare() { default_prepare cd "$builddir" unset CFLAGS CPPFLAGS LDFLAGS - if [ "$CARCH" == "x86_64" ]; then + if [ "$CARCH" = "x86_64" ]; then export CFLAGS="$CFLAGS -fPIC" else export CFLAGS="$CFLAGS" -- GitLab