Bumped minisatip version to 2.0.88, Requiring build rewrite for CMake #1
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user