Fredrik Fornwall
7725ee0a95
busybox: Add missing backslash in clang patch
7 years ago
Henrik Grimler
ef50b776a3
busybox: bump package
7 years ago
Henrik Grimler
1fbe9f6f17
busybox: make httpd work when built with clang
7 years ago
Henrik Grimler
2bec39428d
busybox: Fix less and build with clang on arm
Patch less in a similar manner as svlogd.
7 years ago
Henrik Grimler
4acad883c3
busybox: fix #2448 and debug build
Busybox builds "busybox" and "busybox_unstripped", where the latter contains
debug symbols.
7 years ago
Vishal Biswas
efa8300be1
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
7 years ago
Fredrik Fornwall
8564312fa5
busybox: Update from 1.28.3 to 1.28.4
7 years ago
Fredrik Fornwall
1c9f53a5cd
busybox: Update from 1.28.2 to 1.28.3
7 years ago
Fredrik Fornwall
b78500d6cd
busybox: Update from 1.27.2 to 1.28.2
7 years ago
Fredrik Fornwall
4ca003f610
busybox: Fix date.c patch
7 years ago
Fredrik Fornwall
2a1014d9c4
busybox: Remove unused iplink.patch
7 years ago
Fredrik Fornwall
91d43785cb
busybox: Remove unused dpkg.patch
7 years ago
Fredrik Fornwall
a2b52db09c
busybox: Bump revision after patch
7 years ago
sp4rkie
ad8e5ee2f8
fix #590 ( #1591 )
7 years ago
Fredrik Fornwall
9110682219
busybox: Update from 1.27.1 to 1.27.2
7 years ago
Oliver Schmidhauser
6ef8048d02
Patch for busybox to accept = in emails
7 years ago
Fredrik Fornwall
e03810d9c4
busybox: Note that it's not built with clang
7 years ago
Fredrik Fornwall
b94f381c23
busybox: Build with gcc for now
Building with clang causes less to segfault on 32-bit arm:
https://github.com/termux/termux-packages/issues/1245
7 years ago
Fredrik Fornwall
5aad30fa3a
busybox: Update from 1.26.2 to 1.27.1
8 years ago
Fredrik Fornwall
8c92c8640a
busybox: Fix -Werror=implicit-function-declaration
8 years ago
Fredrik Fornwall
a2412792f4
busybox: Patch to build with clang
8 years ago
Fredrik Fornwall
11f23d1ccd
busybox: We no longer need -DTERMUX_EXPOSE_MEMPCPY
8 years ago
Oliver Schmidhauser
09e3a055e2
Patch for busybox to accept + in emails ( #760 )
Since the termux mailinglist has a + in the subscibe mail address, this
is required.
8 years ago
Fredrik Fornwall
4aee3c350c
Remove traceroute from busybox and inetutils
We will provide traceroute as a symlink to tracepath so that it
works for non-root users.
8 years ago
Fredrik Fornwall
676cec1373
busybox: CONFIG_UNICODE_WIDE_WCHARS=y ( fixes #668 )
8 years ago
Fredrik Fornwall
13a113cb27
busybox: Backport fix to wget
8 years ago
Fredrik Fornwall
3bae08c79a
busybox: Update from 1.25.1 to 1.26.2
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
b5ae580768
busybox: Set __progname in getopt for -n to work
8 years ago
Fredrik Fornwall
3d9d67c703
busybox: Update from 1.24.2 to 1.25.1
8 years ago
Fredrik Fornwall
385c8aef84
Some more clang preparations
8 years ago
Fredrik Fornwall
6b14aeb8ce
busybox: Setup CONFIG_SV_DEFAULT_SERVICE_DIR
8 years ago
Fredrik Fornwall
4932e61a5f
busybox: Set CONFIG_FEATURE_NON_POSIX_CP=y
Fixes cp -i (#114 ) and is hopefully reasonable.
8 years ago
Fredrik Fornwall
ed021630df
Fixes for building on a mac
9 years ago
Fredrik Fornwall
c4c4cf01b7
busybox: Enable the egrep applet
9 years ago
Fredrik Fornwall
682310b064
busybox: Build the hostname, id and tty applets
9 years ago
Fredrik Fornwall
324ea7acec
busybox: Fix version relation in conflicts
"The deprecated forms < and > were confusingly used to mean earlier/later
or equal, rather than strictly earlier/later, and must not appear in new
packages (though dpkg still supports them with a warning)."
- https://www.debian.org/doc/debian-policy/ch-relationships.html
9 years ago
Fredrik Fornwall
e4ba46a8fe
Move $PREFIX/bin/env from coreutils to busybox
The busybox version of env should provide enough functionality, and
having $PREFIX/bin/env available out of the box is valuable.
9 years ago
Fredrik Fornwall
4873188f26
busybox: Backport fix for unzip
9 years ago
Fredrik Fornwall
1df4a885e2
busybox: Update from 1.24.1 to 1.24.2
9 years ago
Fredrik Fornwall
dc90a1d50a
busybox: Add 'more' since some are used to that
9 years ago
Fredrik Fornwall
c30d38226b
Initial stab at NDK r11 support
9 years ago
Fredrik Fornwall
14fc08f7a6
busybox: Fix 'diff' when for pipes/stdin
9 years ago
Fredrik Fornwall
4e7183b9b8
busybox: Update i686 build
9 years ago
Fredrik Fornwall
9868494adb
Make busybox compile for 64-bits
9 years ago
Fredrik Fornwall
46559847b1
Update busybox to 1.24.1
9 years ago
Fredrik Fornwall
4b74af2c3b
busybox: Handle ash as symlink and re-enable wget
10 years ago
Fredrik Fornwall
df21bb4e70
busybox: Remove lsmod applet
10 years ago
Fredrik Fornwall
977ad1af3b
busybox: Fix telnetd login shell
10 years ago
Fredrik Fornwall
8e928b79be
Remove the wget applet from busybox
The wget applet confuses people, is broken on i686 and
does not support https. It's better to install the real GNU wget.
10 years ago