Leonid Plyushch
6ccc842c12
mariadb: update to 10.4.6
6 years ago
Leonid Plyushch
6b26a02305
mariadb: bump revision
6 years ago
Fredrik Fornwall
bbbcca619b
cmake: Fix building against libiconv
6 years ago
Leonid Plyushch
94145252d1
add libiconv to dependencies where needed
6 years ago
Leonid Plyushch
18a45d3fd1
mariadb: rebuild due to versioned liblzma
6 years ago
Leonid Plyushch
77eb00c4c8
mariadb: fix post-installation script
See https://github.com/termux/termux-packages/issues/3713
6 years ago
Leonid Plyushch
cb93af0c30
add zlib to dependencies where needed
6 years ago
Fredrik Fornwall
ef5f26176d
mariadb: Update from 10.3.13 to 10.3.14
6 years ago
Fredrik Fornwall
224ebbe0f4
mariadb: Update from 10.3.12 to 10.3.13
6 years ago
Leonid Plyushch
175dbc1828
mariadb: create directory $PREFIX/etc/my.cnf.d to prevent error on installation
6 years ago
Leonid Plyushch
5871ed7b26
bump C++ packages for NDK-19
6 years ago
Wetitpig
8dcfd793a2
No backticks
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Oliver Schmidhauser
2ddddde852
bump mariadb because of nl_langinfo error
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
52abf87c19
mariadb: Update from 10.3.11 to 10.3.12
6 years ago
Fredrik Fornwall
9ee45fe2ad
mariadb: Update from 10.3.10 to 10.3.11
6 years ago
Fredrik Fornwall
c07fd913ed
mariadb: Update from 10.3.9 to 10.3.10
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago
Fredrik Fornwall
dee11011e1
mariadb: Update from 10.3.8 to 10.3.9
6 years ago
Fredrik Fornwall
20e9518338
mariadb: Update from 10.3.7 to 10.3.8
7 years ago
Fredrik Fornwall
f34d32b355
mariadb: Update cmake parameters
7 years ago
Fredrik Fornwall
b5ece43ae9
Bump c++-using packages
7 years ago
Fredrik Fornwall
2dca2e9c63
mariadb: Fix building with latest cmake
7 years ago
Fredrik Fornwall
f3adf8454d
mariadb: Update from 10.2.15 to 10.3.7
7 years ago
Fredrik Fornwall
ac890ec69a
mariadb: Avoid linking in liblz4
7 years ago
Fredrik Fornwall
33d09ef126
mariadb: Update from 10.2.13 to 10.2.15
7 years ago
Fredrik Fornwall
8c856e60e1
mariadb: Update from 10.2.12 to 10.2.13
7 years ago
Fredrik Fornwall
b86afe8c8c
mariadb: Update from 10.2.10 to 10.2.12
7 years ago
Henrik Grimler
fabb6eccef
mariadb: bump package after my.cnf patch
7 years ago
Fredrik Fornwall
d06e1018fb
mariadb: Update from 10.2.9 to 10.2.10
7 years ago
Fredrik Fornwall
fdf4691039
mariadb: Update from 10.2.8 to 10.2.9
7 years ago
Fredrik Fornwall
0322f1acc3
mariadb: Update from 10.2.7 to 10.2.8
7 years ago
Fredrik Fornwall
4ead96b800
mariadb: Update from 10.2.6 to 10.2.7
8 years ago
vishalbiswas
0c50a89cc1
mariadb: enable post installation setup
8 years ago
Fredrik Fornwall
d946e67c5b
Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
8 years ago
Fredrik Fornwall
b4e4f4903c
mariadb: Enable 32-bit builds again
8 years ago
Fredrik Fornwall
2173f7301d
Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).
Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.
As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
8 years ago
Fredrik Fornwall
cd43a8229e
mariadb: Bump revision after ndk header fix
8 years ago
Fredrik Fornwall
af2143d7e5
mariadb: Fix i686 build with libatomic
8 years ago
Fredrik Fornwall
05ef5b9a0e
mariadb: Bump revision, set INSTALL_SBINDIR
8 years ago
Vishal Biswas
2b468f0d74
remove unnecessary patches and enable mariadb for arm and i686 ( #1115 )
* krb5: res_init and res_search prototypes are now declared
* mariadb: snprintf is no longer a macro
* mariadb: enable arm, i686
8 years ago
Fredrik Fornwall
3c2fd00283
mariadb: Avoid opportunistic linkage
8 years ago
Fredrik Fornwall
d86664c3cb
mariadb: Update from 10.1.23 to 10.2.6
8 years ago
Fredrik Fornwall
b9fd243e35
mariadb: Enable package (64-bit only for now)
8 years ago
Fredrik Fornwall
c9d43c92aa
mariadb: Disable MariaDB Backup
Does not build and is only an alpha release:
https://mariadb.com/resources/blog/mariadb-backup-released-mariadb-server-10123
8 years ago
Fredrik Fornwall
dc04987c90
mariadb: Update from 10.1.22 to 10.1.23
8 years ago
Fredrik Fornwall
53ea15792e
mariadb: Blacklist 32-bit arches due to off_t ( #935 )
8 years ago
Vishal Biswas
18640855c2
mariadb: fix package layout ( #914 )
8 years ago
Fredrik Fornwall
210798fcd2
mariadb: Some build tweaks
- Build with system zlib instead of bundled
- Disable libbz2
- Fix build issues if cross compiled binaries of 'cat' and 'bison'
are in the path.
8 years ago