mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'master' into 'master'
Correct build instructions for com.polipoid (4) See merge request !1231
This commit is contained in:
commit
f1cbf03fab
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Build:1.2.0,4
|
|||
cd polipo/ && \
|
||||
PATH=$TOOLCHAIN_ARM/bin:$PATH CC=arm-linux-androideabi-gcc EXTRA_DEFINES="-fvisibility=default -fPIE -U __linux__" LDFLAGS="-rdynamic -fPIE -pie" make clean polipo && \
|
||||
mv polipo ../src/main/assets/polipo-arm && \
|
||||
PATH=/tmp/toolchain-9-x86/bin:$PATH CC=i686-linux-android-gcc EXTRA_DEFINES="-fvisibility=default -fPIE -U __linux__" LDFLAGS="-rdynamic -fPIE -pie" make clean polipo && \
|
||||
PATH=$TOOLCHAIN_X86/bin:$PATH CC=i686-linux-android-gcc EXTRA_DEFINES="-fvisibility=default -fPIE -U __linux__" LDFLAGS="-rdynamic -fPIE -pie" make clean polipo && \
|
||||
mv polipo ../src/main/assets/polipo-x86 && \
|
||||
cd ../src/main/run-pie/ && \
|
||||
$TOOLCHAIN_ARM/bin/arm-linux-androideabi-gcc -o run_pie-arm run_pie.c && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue