Henrik Grimler
fd0015b9dd
heyu: fix errors about duplicate symbols with ndk >=r22
...
Errors looks like:
aarch64-linux-android-clang -fstack-protector-strong -Oz -Drindex=strrchr -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -o heyu date.o erase.o info.o message.o relay.o monitor.o reset.o setclock.o stop.o tty.o x10.o xread.o xwrite.o status.o cm11a.o eeprom.o process.o sun.o cmd.o config.o x10state.o poll.o modules.o cm17a.o xsync.o timing.o cm10a.o tty_aux.o relay_aux.o x10aux.o rfxcom.o digimax.o oregon.o -lm
ld: error: duplicate symbol: newsb
>>> defined at tty.c
>>> tty.o:(newsb)
>>> defined at tty_aux.c
>>> tty_aux.o:(.bss+0x30)
ld: error: duplicate symbol: oldsb
>>> defined at tty.c
>>> tty.o:(oldsb)
>>> defined at tty_aux.c
>>> tty_aux.o:(.bss+0x0)
ld: error: duplicate symbol: spoolfile
>>> defined at relay.c
>>> relay.o:(spoolfile)
>>> defined at relay_aux.c
>>> relay_aux.o:(.bss+0x1C4)
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:467: heyu] Error 1
2021-10-22 23:05:45 +02:00
Leonid Pliushch
27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
...
Re-enable automatic updates after deleting github-projects.txt.
%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch
37375312b9
explicitly set maintainer for each package
...
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.
Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.
[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
5123b0cffa
fix formatting of some build.sh
2020-01-13 03:00:07 +02:00
Fredrik Fornwall
5d7a32bfcc
Get rid of more liblog linkage
2019-12-30 01:05:41 +01:00
Leonid Pliushch
05203b0b01
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.
2019-08-13 17:13:50 +03:00
Wetitpig
5f8864c10d
Improve formatting of parantheses for functions
2019-02-09 21:06:31 +02:00
Leonid Pliushch
6a3865aa08
fix licenses where possible
...
Some packages have license set to "custom" and this
should be fixed.
2019-01-21 17:17:53 +02:00
Leonid Pliushch
46d333adba
add licenses for more packages
2019-01-21 17:17:53 +02:00
Fredrik Fornwall
3f4fc6e95c
heyu: Update from 2.11-rc2 to 2.11-rc3
2018-08-20 21:56:48 +02:00
Fredrik Fornwall
f8f4e1005e
heyu: Remove unused TERMUX_PKG_FOLDERNAME
2017-09-23 02:08:37 +02:00
Stephen
f3d55705a5
heyu: Add package ( #1505 )
2017-09-20 21:54:14 +02:00