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