Filipe LaĆns pushed to branch main at Arch Linux / Packaging / Packages /
proxmark3
Commits:
af3932c6 by Cryolitia at 2024-11-29T20:56:09+00:00
Fix package over optimized
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -21,11 +21,11 @@ prepare() {
build() {
cd "$srcdir"/$pkgname-$pkgver
- make PLATFORM=PM3GENERIC SKIPQT=0 all
+ make PLATFORM=PM3GENERIC SKIPQT=0 DONT_BUILD_NATIVE=y all
cd "$srcdir"/$pkgname-$pkgver-rdv4
- make PLATFORM=PM3RDV4 FWTAG=rdv4 common bootrom recovery fullimage
+ make PLATFORM=PM3RDV4 FWTAG=rdv4 DONT_BUILD_NATIVE=y common bootrom recovery
fullimage
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proxmark3/-/commit/af3932c689fb983ff0c209930488d7e62f8c8159
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proxmark3/-/commit/af3932c689fb983ff0c209930488d7e62f8c8159
You're receiving this email because of your account on gitlab.archlinux.org.