Fredrik Fornwall
f5404c4ae8
Avoid ndk patch used only by elfutils
8 years ago
Fredrik Fornwall
5af0ad20c3
neovim: Bump to latest git master
8 years ago
Fredrik Fornwall
ba45a84f44
sqlite: Fix potential segfault
8 years ago
Fredrik Fornwall
272404e1fe
Introduce TERMUX_PKG_API_LEVEL
By setting the TERMUX_PKG_API_LEVEL property to an android api
level packages can build against later API levels than the current
Termux default of 21.
8 years ago
Fredrik Fornwall
966f0fbecd
vim: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
b712b92a7d
vim: Update from 8.0.0675 to 8.0.0704
Also tidy up formatting a bit.
8 years ago
Fredrik Fornwall
c780e80923
glib: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
3b4e98caf4
subversion: Update from 1.9.5 to 1.9.6
8 years ago
Fredrik Fornwall
a0777ffec2
libuv: Update from 1.13.0 to 1.13.1
8 years ago
Fredrik Fornwall
aa58dcc9c6
util-linux: Depend on libcrypt
8 years ago
Fredrik Fornwall
95b0cab9ea
Dockerfile: Do not remove non android-21 platforms
8 years ago
Fredrik Fornwall
82e106ef0c
gnutls: Update from 3.5.13 to 3.5.14
8 years ago
Fredrik Fornwall
2e27b20c4e
ncurses: We really need --with-pkg-config-libdir
8 years ago
Fredrik Fornwall
2c23132681
multitail: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
1d20099b9d
less: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
8442d5119b
gtypist: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
198ce7c514
libnettle: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
c6a9c89cb6
dialog: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
47ba4c4582
cscope: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
fc3a49bb97
bvi: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
5812b33579
brogue: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
b9aa6df351
zip: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
04be2192a9
libjasper: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
1bdfd6a341
unzip: Clean build a little
8 years ago
Fredrik Fornwall
449123ad5d
wol: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
a788b8a6a5
setup-ubuntu.sh: Install libgnutls-dev
Needed for building mariadb
8 years ago
Fredrik Fornwall
2173f7301d
Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).
Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.
As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
8 years ago
Fredrik Fornwall
fd11c5fbfa
ndk-patches: Use @TERMUX_PREFIX@
8 years ago
Fredrik Fornwall
8340bbe70a
privoxy: Specify TERMUX_PKG_KEEP_SHARE_DOC ( #1117 )
8 years ago
Fredrik Fornwall
cef951f7d2
unzip: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
4459aa37be
ttyrec: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
3606d7e508
sharutils: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
7736144e9c
pv: Update from 1.6.0 to 1.6.6
Also fix -Werror=implicit-function-declaration.
8 years ago
Fredrik Fornwall
5e5f620e47
libuuid: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
fe91fac060
libtalloc: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
3d1852e97f
libpcap: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
fcadc27a76
libevent: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
0937abd12e
kona: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
db78f9cafa
daemonize: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
d7d48bac73
coreutils: -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
8c92c8640a
busybox: Fix -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
40b7979fd8
libuv: Update from 1.12.0 to 1.13.0
8 years ago
Fredrik Fornwall
aa4a9f995f
llvm&clang: Update from 4.0.0 to 4.0.1
8 years ago
Fredrik Fornwall
cd43a8229e
mariadb: Bump revision after ndk header fix
8 years ago
Fredrik Fornwall
bfd13ca3dd
openssh: Bump revision with unified headers
Fixes #902 as _FILE_OFFSET_BITS=64 is now supported in the unified
headers.
8 years ago
Fredrik Fornwall
67474349fd
coreutils: Bump revision after unified headers
8 years ago
Fredrik Fornwall
bda6056389
Fix incorrect struct __sFILE
The __sFILE struct cannot change size when _FILE_OFFSET_BITS=64
is set as it is an API into libc.
8 years ago
Fredrik Fornwall
af2143d7e5
mariadb: Fix i686 build with libatomic
8 years ago
Fredrik Fornwall
05ef5b9a0e
mariadb: Bump revision, set INSTALL_SBINDIR
8 years ago
Fredrik Fornwall
b833ad7a98
Remove pty.h from libutil-dev
Instead let ndk-sysroot provide it.
8 years ago