Commit Graph

11 Commits

Author SHA1 Message Date
Leonid Pliushch a2d0d0d79b
tsocks: use @TERMUX_PREFIX@ in patch 2021-10-13 13:09:18 +03:00
Henrik Grimler 7c74bf9726 Rename termux_step_post_extract_package->termux_step_post_get_source 2020-07-21 10:14:19 +02:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Leonid Pliushch 5501dac138 tsocks: do not link `saveme` statically
Fixes on-device builds.
2019-08-16 03:40:10 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 43307593f5 tsocks: Bump revision after sed patch 2018-06-04 01:21:52 +02:00
Fredrik Fornwall 0e1ebcc80a tsocks: Fix building with tar strip-components 2017-11-07 05:51:44 +01:00
Oliver Schmidhauser 2232fa2c11 Fix building tsocks for 32 bit architectures
Thanks to @vishalbiswas in #1573
2017-09-25 12:00:08 +02:00
Fredrik Fornwall 4baecf33a4 tsocks: Blacklist arm and i686 arches
Hitting compile errors on arm and i686:

tsocks.c:226:36: error: use of undeclared identifier '__len'; did you
mean 'mblen'?
return(realconnect(__fd, __addr, __len));
2017-09-22 00:45:33 +02:00
Oliver Schmidhauser ac01b02184 tsocks: Add package (#1550) 2017-09-22 00:29:36 +02:00