From 6b4d8ae203198a998b9db9ae266b4564ee02e2bf Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 21 Jul 2026 00:09:38 +0200 Subject: [PATCH] Minisatip: Disabled static builds --- minisatip/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/minisatip/APKBUILD b/minisatip/APKBUILD index 87c5b64..57780f1 100644 --- a/minisatip/APKBUILD +++ b/minisatip/APKBUILD @@ -19,11 +19,11 @@ _builddir="$srcdir"/$pkgname-$pkgver build() { cd "${_builddir}" if [ "$CARCH" = "armhf" ] || [ "$CARCH" = "armv7" ]; then - cmake -B build . -DCXX23=OFF -DSTATIC=ON - #cmake -B build -DCXX23=OFF + #cmake -B build -DCXX23=OFF -DSTATIC=ON + cmake -B build -DCXX23=OFF else - #cmake -B build - cmake -B build . -DSTATIC=ON + cmake -B build + #cmake -B build -DSTATIC=ON fi cd build sed -i "s/\~/${pkgver}-r${pkgrel}/" config.h