Minisatip: Disabled static builds

This commit is contained in:
2026-07-21 00:09:38 +02:00
parent fe99673162
commit 6b4d8ae203
+4 -4
View File
@@ -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