Leonid Plyushch
2ba219ae2c
libduktape: split library and interpreter into separate packages
6 years ago
Leonid Plyushch
9f0c3f4af0
luarocks: specify correct path to lua interpreter when building on device
6 years ago
Leonid Plyushch
a79dbf418c
cboard: assume that /dev/ptmx always available & works
Fix for on-device builds.
6 years ago
Leonid Plyushch
0a7b762fe3
cava: do not look into /usr/local/lib when searching for libraries at link time
Fix on-device build.
6 years ago
Leonid Plyushch
862803f4fe
unzip: fix for on-device build
Also use flags https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/unzip#n51
6 years ago
Leonid Plyushch
50fb735170
tsocks: fix patch
6 years ago
Leonid Plyushch
436b208a89
tsocks: do not link `saveme` statically
Fixes on-device builds.
6 years ago
Leonid Plyushch
4a9a5d3091
dash: do not attempt to do a static linking
Fixes on-device builds.
6 years ago
Leonid Plyushch
4dc3fb07af
dash: fix corrupted patch file
6 years ago
Leonid Plyushch
8bdcf6cb76
dash: fix hardcoded /tmp in `mktokens` to allow on-device build
6 years ago
Leonid Plyushch
b5ddc92ee0
scripts/setup-termux.sh: install asciidoc
6 years ago
Leonid Plyushch
88bc5fa4f4
docbook-xsl: depend on xsltproc
6 years ago
Leonid Plyushch
95d9b807da
asciidoc: depend on xsltproc instead of libxslt
6 years ago
Leonid Plyushch
4e69d3c764
add docbook-xsl (dependency for asciidoc)
6 years ago
Leonid Plyushch
dddafe095b
docbook-xml: minor improvements
6 years ago
Henrik Grimler
a54ec2fd73
asciidoc: add package
6 years ago
Fredrik Fornwall
26a3b2ba90
libgit2: Update from 0.28.2 to 0.28.3
6 years ago
Fredrik Fornwall
9fee01a285
libwebsockets: Update from 3.1.0 to 3.2.0
6 years ago
Fredrik Fornwall
1a7faa7c70
cgdb: Update from 0.7.0 to 0.7.1
6 years ago
Fredrik Fornwall
5022125381
caddy: Update from 1.0.1 to 1.0.3
6 years ago
Leonid Plyushch
a73c63558e
ldc: bump revision
6 years ago
Leonid Plyushch
7169c6c66c
libc++: bump revision
6 years ago
Leonid Plyushch
5efd5ccef5
termux-elf-cleaner: update to v1.7
6 years ago
Fredrik Fornwall
d3f039dd55
golang: Update from 1.12.7 to 1.12.8
6 years ago
Fredrik Fornwall
7e1b6724c1
git: Update from 2.22.0 to 2.22.1
6 years ago
Fredrik Fornwall
96498750a5
bash: Update from 5.0.7 to 5.0.9
6 years ago
Leonid Plyushch
ab3babf260
gawk: bump revision
6 years ago
Leonid Plyushch
c8f4504e05
build-package.sh: fix detection of static libraries when creating subpackages
Now packages will be split if static libraries are located in subdirectory
of $PREFIX/lib.
6 years ago
Leonid Plyushch
f784bb4de0
build-package.sh: better support for metapackages
6 years ago
Leonid Plyushch
3f11b9c933
CI: trim spaces from modified packages list
6 years ago
Leonid Plyushch
beb64f21ee
move dbus, dbus-glib, telepathy-glib to X11 packages repository
6 years ago
Leonid Plyushch
b1cc0cff1f
tcl: do not split static libraries to a separate package
6 years ago
Leonid Plyushch
b1df5e95aa
linter: source ./scripts/properties.sh only if it exists
6 years ago
Leonid Plyushch
330ff3fe76
linter: specify that non-https links are still acceptable
%ci:no-build
6 years ago
Leonid Plyushch
852f93dcb0
add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.
To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
6 years ago
Fredrik Fornwall
4762660dea
termux-services: Update from 0.0.3 to 0.0.5
6 years ago
Leonid Plyushch
681fa6193f
mpc: fixes for GNU libiconv dependency
6 years ago
Leonid Plyushch
7276b1a204
libgmime: restore ac_cv_have_iconv_detect_h=yes config option
6 years ago
Leonid Plyushch
dc6f1c1af2
build-package.sh: fix problem when built packages are not being checked
6 years ago
Leonid Plyushch
89cdf598c0
odt2txt: fix package for on-device builds
6 years ago
Leonid Plyushch
ab51aaf4a4
mpc: link with libiconv
Fixes on-device build.
6 years ago
Leonid Plyushch
2be4236987
libgmime: configure with `--with-libiconv=gnu`
Fixes on-device build.
6 years ago
Leonid Plyushch
c57ffbbad8
build-package.sh: more fixes for variable checking
6 years ago
Leonid Plyushch
eab7cba228
redis: fix on-device builds
6 years ago
Leonid Plyushch
570ee5123a
redis: reformat build.sh
6 years ago
Leonid Plyushch
78bebde6c9
net-tools: use LDLIBS to pass "-llog"
Fixes on-device build.
%ci:reset-backlog
6 years ago
Leonid Plyushch
ebb6daf2be
additional libraries should be specified in `LIBS` instead of `LDFLAGS` if using autotools
Fixes on-device build for: alpine, autossh, direvent, heyu, krb5, msmtp, redir,
screen, socat, tinyproxy, tor.
6 years ago
Leonid Plyushch
aa2b8986c9
build-package.sh: set ac_cv_func_posix_spawnp=no for all autotools builds
Reason same as for posix_spawn.
6 years ago
Leonid Plyushch
e0bfc56b49
build-package.sh: set ac_cv_func_posix_spawn=no for all autotools builds
posix_spawn is not available on Android devices.
While this commit is not necessary for cross-compiling, it is required
when building on-device since there posix_spawn is found somehow. This
produces following errors:
./spawn.h:514:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
[(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
6 years ago
Leonid Plyushch
a6f6b1ccc5
git-lfs: support for on-device builds
6 years ago