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
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
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
Fredrik Fornwall
18c0db0797
coreutils: Avoid installing uptime
Uptime is provided by procps-ng.
8 years ago
Fredrik Fornwall
aaff9cad57
ncurses: Format configure args
Also remove --with-pkg-config-libdir which is not necessary when
already having set the PKG_CONFIG_LIBDIR environment variable.
8 years ago
Fredrik Fornwall
484323db90
tmux: Include <stdlib.h> for getprogname()
After switching to unified headers, <stdlib.h> was not included
indirectly in compat/setproctitle.c. This caused it to be implicitly
declared to return int and caused a segfault.
8 years ago
Fredrik Fornwall
6b98bcec65
Drop more res_init() patches
8 years ago
Fredrik Fornwall
00ed55f6ff
weechat: Drop res_init() patches
They are no longer needed with unified headers.
8 years ago
Vishal Biswas
2b468f0d74
remove unnecessary patches and enable mariadb for arm and i686 ( #1115 )
* krb5: res_init and res_search prototypes are now declared
* mariadb: snprintf is no longer a macro
* mariadb: enable arm, i686
8 years ago
Fredrik Fornwall
8ea53d75fe
packages/ldc -> disabled-packages/ldc
8 years ago
joakim-noah
89304c98be
ldc: add package ( #1078 )
8 years ago
Vishal Biswas
a8abc4a607
libllvm: add llvm-config helper script ( #917 )
* libllvm: add llvm-config helper script
* libllvm: add components to llvm-config wrapper
* libllvm: restructure llvm-config.in
* libllvm: remove unsupported gcc flags from llvm-config
* libllvm: use full libfile path for --libs
* libllvm: fix has_rtti in llvm-config
* libllvm: add cmake files path in llvm-config
8 years ago
Fredrik Fornwall
df2360c458
pick: Update from 1.6.1 to 1.7.0
8 years ago
Fredrik Fornwall
a46486e723
opus-tools: Update from 0.1.9 to 0.1.10
8 years ago
Fredrik Fornwall
9d25beb08c
libopus: Update from 1.1.5 to 1.2.1
8 years ago
Fredrik Fornwall
f43cddd660
lzop: Switch for fossies.org for src
8 years ago
Fredrik Fornwall
a6874972aa
subversion: Fix building with unified headers
8 years ago
Fredrik Fornwall
8f6db0b4c1
apt: Fix building with unified headers
8 years ago
Fredrik Fornwall
6cc09a97ea
newsbeuter: Fix building with unified headers
8 years ago
Fredrik Fornwall
d3e5452e3e
Switch over to building with unified headers
8 years ago
Fredrik Fornwall
9eca79744f
serf: Fix building with unified headers
8 years ago
Fredrik Fornwall
79a638ec4f
torsocks: Fix building with unified headers
8 years ago
Fredrik Fornwall
5d357c1586
emacs: Fix building with unified headers
8 years ago
Fredrik Fornwall
2acdf510be
mariadb: Fix building with unified headers
8 years ago