Fredrik Fornwall
444dff753f
pango: Update from 1.42.4 to 1.44.5
5 years ago
Fredrik Fornwall
771834ffda
apache2: Update from 2.4.39 to 2.4.41
5 years ago
Henrik Grimler
385281bcf0
Merge pull request #4195 from termux/openssh-fix
openssh: fix faulty symlink for termux-services script
5 years ago
Henrik Grimler
8ccdce48c0
openssh: fix faulty symlink for termux-services script
5 years ago
Leonid Plyushch
98a3f2132d
new package: gumbo-parser
Requested in https://github.com/termux/termux-packages/issues/4194 .
5 years ago
Leonid Plyushch
147d317e26
build-package.sh: use absolute paths when sourcing parts from scripts/build/
+ some fixes for shellcheck.
5 years ago
Leonid Plyushch
dcee9ce9d9
build-package.sh: allow script to be called from any directory
5 years ago
Leonid Plyushch
948e3111b6
fish: do not use wcstod_l() even if found on target
Fix following error when building fish on device with Android 9:
src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'?
return wcstod_l(s, end, fish_c_locale());
5 years ago
Leonid Plyushch
b426530f1c
libjasper: specify lib directory for installation
When building on device (aarch64), the lib directory is set to $PREFIX/lib64
which is wrong and should be overridden.
5 years ago
Leonid Plyushch
0763bc3883
libjasper: fix linking with libm for on-device builds
5 years ago
Leonid Plyushch
d6178de21d
libgpg-error: replace pthreads-no-weak.patch with sed expression
Patch seems has no effect due to autoreconf.
5 years ago
Leonid Plyushch
3f405cf688
libgpg-error: disable weak references to pthreads
Fix on-device build.
5 years ago
Leonid Plyushch
f7ad372709
libgpg-error: add support for building with gawk 5.0
5 years ago
Leonid Plyushch
59e2c4be07
minicom: specify lock directory
5 years ago
Leonid Plyushch
b02a0d70de
libopus: do not build tests & demo
Fix for on-device builds.
5 years ago
Leonid Plyushch
260b2afb20
libpcap: use `--without-libnl` to disable libnl linking instead of ac_cv_lib_nl_3_nl_socket_alloc
Fixes on-device build.
5 years ago
Leonid Plyushch
fbec19dd6d
zile: fix on-device build
5 years ago
Leonid Plyushch
bf1d8896c5
parted: force link with libiconv (required for on-device builds)
5 years ago
Leonid Plyushch
0b062c38f5
inetutils: pass LIBS=-llog in make args
Should be compatible with both cross-compiling and building on device.
5 years ago
Leonid Plyushch
1a81e456f7
Revert "inetutils: pass `-llog` with LDFLAGS for now"
This reverts commit 944c8bf0e3
.
5 years ago
Leonid Plyushch
944c8bf0e3
inetutils: pass `-llog` with LDFLAGS for now
5 years ago
Leonid Plyushch
ac11d82043
parted: fix for on-device build
5 years ago
Leonid Plyushch
375ff07cf6
findutils: fix on-device build
5 years ago
Leonid Plyushch
2a4616d029
inetutils: fix for on-device builds
5 years ago
Leonid Plyushch
8a7be55e4f
help2man: package is platform independent
5 years ago
Leonid Plyushch
5931fe9e34
libtalloc: add support for building static library
5 years ago
Leonid Plyushch
d0a1565030
scripts/setup-termux.sh: install help2man
5 years ago
Leonid Plyushch
c9de245b34
help2man: enable package
5 years ago
Leonid Plyushch
885c27e5b4
stfl: fix makefile for on-device build support
5 years ago
Leonid Plyushch
7b1625e67b
libduktape: install pyyaml if building on device
5 years ago
Leonid Plyushch
fdbc69830e
luarocks: specify correct path to lua interpreter when building on device
5 years ago
Leonid Plyushch
4d48dea044
cboard: assume that /dev/ptmx always available & works
Fix for on-device builds.
5 years ago
Leonid Plyushch
067211f792
cava: do not look into /usr/local/lib when searching for libraries at link time
Fix on-device build.
5 years ago
Leonid Plyushch
5a880be339
unzip: fix for on-device build
Also use flags https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/unzip#n51
5 years ago
Leonid Plyushch
4d992ca544
tsocks: fix patch
5 years ago
Leonid Plyushch
3e200d7e47
tsocks: do not link `saveme` statically
Fixes on-device builds.
5 years ago
Leonid Plyushch
88b9243d4f
dash: do not attempt to do a static linking
Fixes on-device builds.
5 years ago
Leonid Plyushch
d6c9646b27
dash: fix corrupted patch file
5 years ago
Leonid Plyushch
adf81a0c34
dash: fix hardcoded /tmp in `mktokens` to allow on-device build
5 years ago
Leonid Plyushch
0d55edb1a4
scripts/setup-termux.sh: install asciidoc
5 years ago
Leonid Plyushch
f4a6655c26
docbook-xsl: depend on xsltproc
5 years ago
Leonid Plyushch
236418c521
asciidoc: depend on xsltproc instead of libxslt
5 years ago
Leonid Plyushch
960defdf71
add docbook-xsl (dependency for asciidoc)
5 years ago
Leonid Plyushch
18ab8d9860
docbook-xml: minor improvements
5 years ago
Henrik Grimler
7538f69021
asciidoc: add package
5 years ago
Fredrik Fornwall
d144c364ab
libgit2: Update from 0.28.2 to 0.28.3
5 years ago
Fredrik Fornwall
4b6d8f3aa6
libwebsockets: Update from 3.1.0 to 3.2.0
5 years ago
Fredrik Fornwall
424cc4f9c5
cgdb: Update from 0.7.0 to 0.7.1
5 years ago
Fredrik Fornwall
1b8d44fd35
caddy: Update from 1.0.1 to 1.0.3
5 years ago
Henrik Grimler
95a8009d13
libprotobuf-c: rebuild to get rid of libprotobuf-c-dev
5 years ago