Fredrik Fornwall
87e3445d4a
ccache: Update from 3.7.2 to 3.7.3
2019-08-18 22:06:48 +02:00
Fredrik Fornwall
d896610bdd
git: Update from 2.22.1 to 2.23.0
2019-08-18 22:06:42 +02:00
Fredrik Fornwall
306cc69ea1
pango: Update from 1.42.4 to 1.44.5
2019-08-18 00:00:00 +02:00
Fredrik Fornwall
29096f00cc
apache2: Update from 2.4.39 to 2.4.41
2019-08-17 23:52:23 +02:00
Henrik Grimler
0c2fc08906
Merge pull request #4195 from termux/openssh-fix
...
openssh: fix faulty symlink for termux-services script
2019-08-17 21:29:17 +02:00
Henrik Grimler
70bc6884e0
openssh: fix faulty symlink for termux-services script
2019-08-17 21:15:51 +02:00
Leonid Pliushch
8ef3507b0a
new package: gumbo-parser
...
Requested in https://github.com/termux/termux-packages/issues/4194 .
2019-08-17 21:09:00 +03:00
Leonid Pliushch
85462a0042
build-package.sh: use absolute paths when sourcing parts from scripts/build/
...
+ some fixes for shellcheck.
2019-08-16 23:19:11 +03:00
Leonid Pliushch
18af9577f4
build-package.sh: allow script to be called from any directory
2019-08-16 22:52:18 +03:00
Leonid Pliushch
b95398e3a5
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());
2019-08-16 22:31:55 +03:00
Leonid Pliushch
5c7419b80d
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.
2019-08-16 22:10:04 +03:00
Leonid Pliushch
4d3c26d56e
libjasper: fix linking with libm for on-device builds
2019-08-16 21:53:40 +03:00
Leonid Pliushch
2cb2b7405f
libgpg-error: replace pthreads-no-weak.patch with sed expression
...
Patch seems has no effect due to autoreconf.
2019-08-16 21:35:49 +03:00
Leonid Pliushch
1e0b5d3f9c
libgpg-error: disable weak references to pthreads
...
Fix on-device build.
2019-08-16 21:24:11 +03:00
Leonid Pliushch
98ff32c9e3
libgpg-error: add support for building with gawk 5.0
2019-08-16 21:19:21 +03:00
Leonid Pliushch
d7256b0230
minicom: specify lock directory
2019-08-16 20:45:59 +03:00
Leonid Pliushch
ed598037f0
libopus: do not build tests & demo
...
Fix for on-device builds.
2019-08-16 20:29:34 +03:00
Leonid Pliushch
e05474e0c9
libpcap: use --without-libnl
to disable libnl linking instead of ac_cv_lib_nl_3_nl_socket_alloc
...
Fixes on-device build.
2019-08-16 20:23:20 +03:00
Leonid Pliushch
a6a0cd149d
zile: fix on-device build
2019-08-16 20:11:04 +03:00
Leonid Pliushch
c48b534445
parted: force link with libiconv (required for on-device builds)
2019-08-16 18:25:19 +03:00
Leonid Pliushch
fc5c4dc6da
inetutils: pass LIBS=-llog in make args
...
Should be compatible with both cross-compiling and building on device.
2019-08-16 18:19:13 +03:00
Leonid Pliushch
94f3f40c68
Revert "inetutils: pass -llog
with LDFLAGS for now"
...
This reverts commit 944c8bf0e33a3385afc4be12fe8d6b70e95f1112.
2019-08-16 18:18:43 +03:00
Leonid Pliushch
f9c9b3a359
inetutils: pass -llog
with LDFLAGS for now
2019-08-16 17:38:07 +03:00
Leonid Pliushch
c376dc4547
parted: fix for on-device build
2019-08-16 17:24:46 +03:00
Leonid Pliushch
16899d5a78
findutils: fix on-device build
2019-08-16 17:21:40 +03:00
Leonid Pliushch
5cb8b1a75d
inetutils: fix for on-device builds
2019-08-16 17:17:22 +03:00
Leonid Pliushch
c0a4798f07
help2man: package is platform independent
2019-08-16 16:16:14 +03:00
Leonid Pliushch
7c1ac2095d
libtalloc: add support for building static library
2019-08-16 15:57:26 +03:00
Leonid Pliushch
8facf9f01a
scripts/setup-termux.sh: install help2man
2019-08-16 15:39:08 +03:00
Leonid Pliushch
6d0832558a
help2man: enable package
2019-08-16 15:37:57 +03:00
Leonid Pliushch
c6ae85b04c
stfl: fix makefile for on-device build support
2019-08-16 15:21:13 +03:00
Leonid Pliushch
564e4262fa
libduktape: install pyyaml if building on device
2019-08-16 14:31:46 +03:00
Leonid Pliushch
9a7a4898df
luarocks: specify correct path to lua interpreter when building on device
2019-08-16 14:21:24 +03:00
Leonid Pliushch
eacd8cf571
cboard: assume that /dev/ptmx always available & works
...
Fix for on-device builds.
2019-08-16 14:06:23 +03:00
Leonid Pliushch
369b727a02
cava: do not look into /usr/local/lib when searching for libraries at link time
...
Fix on-device build.
2019-08-16 13:49:27 +03:00
Leonid Pliushch
73f52a8f48
unzip: fix for on-device build
...
Also use flags https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/unzip#n51
2019-08-16 04:11:19 +03:00
Leonid Pliushch
33773cb20e
tsocks: fix patch
2019-08-16 03:46:22 +03:00
Leonid Pliushch
5501dac138
tsocks: do not link saveme
statically
...
Fixes on-device builds.
2019-08-16 03:40:10 +03:00
Leonid Pliushch
ee60f2ab30
dash: do not attempt to do a static linking
...
Fixes on-device builds.
2019-08-16 03:31:14 +03:00
Leonid Pliushch
bfc05d765d
dash: fix corrupted patch file
2019-08-16 03:07:02 +03:00
Leonid Pliushch
5f767d46a6
dash: fix hardcoded /tmp in mktokens
to allow on-device build
2019-08-16 03:01:22 +03:00
Leonid Pliushch
c33a3ba6d9
scripts/setup-termux.sh: install asciidoc
2019-08-16 02:51:05 +03:00
Leonid Pliushch
c79fd6d3ac
docbook-xsl: depend on xsltproc
2019-08-16 02:42:29 +03:00
Leonid Pliushch
c39422392c
asciidoc: depend on xsltproc instead of libxslt
2019-08-16 02:42:29 +03:00
Leonid Pliushch
ca5bf733a5
add docbook-xsl (dependency for asciidoc)
2019-08-16 02:42:29 +03:00
Leonid Pliushch
106fed551a
docbook-xml: minor improvements
2019-08-16 02:42:29 +03:00
Henrik Grimler
f64662b579
asciidoc: add package
2019-08-16 02:42:29 +03:00
Fredrik Fornwall
81b675a684
libgit2: Update from 0.28.2 to 0.28.3
2019-08-16 00:25:44 +02:00
Fredrik Fornwall
5933ed1125
libwebsockets: Update from 3.1.0 to 3.2.0
2019-08-16 00:21:38 +02:00
Fredrik Fornwall
41706280be
cgdb: Update from 0.7.0 to 0.7.1
2019-08-16 00:16:45 +02:00