termux-packages/scripts
Vishal Biswas 160d3aeb06 update ndk to 17 and switch some packages to clang build (#2415)
* update ndk to 17

* bump NDK version in setup-android script

* libnl: fix for ndk r17

* libpixman: use clang's __builtin_shufflevector instead of __builtin_shuffle (#1)

Required to make package build with ndk17.

* fix as for arm

* ndk17 still uses ld.bfd on aarch64

* use -fno-integrated-as for clang only

* glib: remove patch unnecessary after ndk17

* torsocks: remove unneeded patch after ndk17

* subversion: fix build as clang++ now errors out for mismatched flags

* libpulseaudio: fix build with ndk17

https://github.com/termux/termux-packages/pull/2415#issuecomment-388296684

* gst-plugins-good: disable video4linux2

ioctl is defined as __overloadable in ndk17 headers which
  conflicts with v4l2object's member ioctl

* libzmq: disable Werror to build with ndk17

* ltrace: hardcode symbol not available in ndk17

* busybox: build with clang for all arches except arm

* dropbear: build with clang instead of gcc

* gnupg: build with clang instead of gcc

* openssl: use clang for all arches except arm

* picolisp: build with clang instead of gcc

* valgrind: use clang on all arches except aarch64

* Revert "gst-plugins-good: disable video4linux2"

This reverts commit 43850b81ccf60033c25cb13dfd326c1b0528773a.
Already applied on base branch.

* libllvm: use default arm triple
2018-05-27 14:55:20 +02:00
..
Dockerfile Update to ubuntu 18.04 in docker image 2018-05-02 23:01:29 +02:00
Vagrantfile Vagrantfile tweaks 2018-01-25 22:15:35 +01:00
apt-compare-versions Introduce a scripts/ folder 2016-01-14 22:45:50 -05:00
build-clang.sh Add (currently unused) build-clang.sh script 2017-01-15 19:38:21 +01:00
buildorder.py Modify python formatting 2017-12-05 23:30:44 +01:00
check-pie.sh Introduce a scripts/ folder 2016-01-14 22:45:50 -05:00
check-versions.sh Improve check-versions.sh 2017-11-07 04:58:09 +01:00
clang-pie-wrapper Fix arm issue with clang-pie-wrapper 2017-01-17 17:31:24 +01:00
config.guess Update to latest config.{guess,sub} 2017-01-18 01:02:18 +01:00
config.sub Update to latest config.{guess,sub} 2017-01-18 01:02:18 +01:00
lint-packages.py Add TERMUX_PKG_REVISION check to lint-packages.py 2017-12-20 00:13:01 +01:00
list-packages.sh Improve scripts/list-packages.sh 2017-12-05 22:36:18 +01:00
run-docker.ps1 Add PowerShell script to run Docker (#815) 2017-03-04 22:20:43 +01:00
run-docker.sh Docker: login as "builder" even if run-docker.sh is run as root. 2017-07-22 18:52:08 +02:00
setup-android-sdk.sh update ndk to 17 and switch some packages to clang build (#2415) 2018-05-27 14:55:20 +02:00
setup-archlinux.sh Enable ghostscript (#1135) 2017-08-11 13:25:55 +02:00
setup-ubuntu.sh setup-ubuntu.sh: ant is no longer used 2018-05-02 23:00:28 +02:00
test-runner.sh Add start of regression testing of packages 2016-05-10 20:43:31 +02:00
update-docker.sh Tweak build script and docker setup 2016-06-03 18:41:30 -04:00