Commit Graph

4 Commits

Author SHA1 Message Date
Leonid Pliushch 57222b6523
vtm: fix 32bit builds 2021-10-04 19:48:01 +03:00
Leonid Pliushch 54bdd1d924
vtm: fix license file installation 2021-10-04 16:00:34 +03:00
Leonid Pliushch 641f9f2b16
vtm: disable builds for 32 bit architectures
Need patch for compilation error:

/home/builder/.termux-build/vtm/src/src/netxs/console/../os/system.hpp:1469:80: error: cannot initialize a parameter of type 'socklen_t *' (aka 'int *') with an rvalue of type 'unsigned int *'
                if (!ok(::getsockopt(handle.h, SOL_SOCKET, SO_PEERCRED, &cred, &size), "getsockopt error"))
                                                                               ^~~~~
/home/builder/.termux-build/_cache/android-r21d-api-24-v5/sysroot/usr/include/sys/socket.h:311:92: note: passing argument to parameter '__value_length' here
__socketcall int getsockopt(int __fd, int __level, int __option, void* __value, socklen_t* __value_length);
2021-10-04 15:49:14 +03:00
Leonid Pliushch ebb6b25420
new package: vtm
Requested in https://github.com/termux/termux-packages/issues/7490.
2021-10-04 15:41:53 +03:00