From 42a7e61cfc1c187c14e7a4d788d38bcbb868d7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=A4ger?= Date: Fri, 11 Nov 2016 15:36:33 +0100 Subject: [PATCH] Fixed build 1.25.1-27 of ru.meefik.busybox --- metadata/ru.meefik.busybox.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index a733d5183a..742883b0ee 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -74,14 +74,11 @@ Build:1.25.1,27 scandelete=app/src/main/assets build=cd ../contrib && \ export ANDROID_NDK_ROOT=$$NDK$$ && \ - ./bb-build.sh arm pie && \ - ./bb-build.sh arm nopie && \ + ./bb-build.sh arm static && \ cp -fR compiled/arm ../app/src/main/assets/ && \ - ./bb-build.sh intel pie && \ - ./bb-build.sh intel nopie && \ + ./bb-build.sh intel static && \ cp -fR compiled/intel ../app/src/main/assets/ && \ - ./bb-build.sh mips pie && \ - ./bb-build.sh mips nopie && \ + ./bb-build.sh mips static && \ cp -fR compiled/mips ../app/src/main/assets/ Auto Update Mode:None