96 Commits

Author SHA1 Message Date
MilhouseVH
e691b3b693 packages: correct original copyright 2019-03-26 16:43:42 +00:00
MilhouseVH
64bc8c2ab5 mysql: fix sym link 2019-02-28 06:19:13 +00:00
MilhouseVH
972a11cbe0 mysql: fix intertwined vars and funcs 2018-12-30 00:10:27 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
d31b217ff4 spdx: packages/databases 2018-07-17 23:58:49 +02:00
Matthias Reichl
a3bf19078b mysql: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
MilhouseVH
9dd6be587a mysql: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
MilhouseVH
879a4a07f9 mysql: update to mysql-5.7.20 2018-01-06 12:24:42 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
Lukas Rusak
c75f026257
mysql: use ninja 2017-10-13 15:01:50 -07:00
cvh
13f69f494a packages: change depends to ncurses 2017-08-21 19:19:51 +02:00
Sascha Kuehndel (InuSasha)
6abb6376e6
mysql: fix gcc7 build 2017-08-14 19:40:36 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
65224c4a1a Merge pull request #932 from InuSasha/fixes/dependency_tree
fix same missing dependencies
2017-05-11 14:36:14 -07:00
Sascha Kuehndel (InuSasha)
66590c9488
dependency-tree: host packages depend on toolchain 2017-05-10 20:50:10 +02:00
MilhouseVH
3eddb71824 mysql: update to mysql-5.7.18 2017-05-06 22:45:25 +01:00
Lukas Rusak
8e797eff17
use openssl instead of libressl 2017-03-14 10:46:29 -07:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
Christian Hewitt
be747f5d82 Merge pull request #959 from CvH/fix_debug_aarch64
mysql: fixes debug build for aarch64
2017-02-02 09:33:55 +04:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
cvh
fb1936fe17 mysql: fixes debug build for aarch64 2017-01-11 19:51:12 +01:00
MilhouseVH
fca86f7259 mysql: update to mysql-5.7.17 2016-12-21 13:19:06 +00:00
Christian Hewitt
a7ad32935c Merge pull request #760 from lrusak/cmake
rework cmake build system and adjust build variables
2016-09-27 11:26:54 +04:00
Lukas Rusak
7347ef76b7
mysql: simplify cmake configuration 2016-09-26 23:20:59 -07:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
34c4f0c7f9
mysql: update to 5.7.15 2016-09-09 09:46:15 -07:00
Lukas Rusak
ad44ceccc4 mysql: update to 5.7.13 2016-07-25 10:04:58 -07:00
Lukas Rusak
e503a007df mysql: update to 5.7.12 2016-05-20 11:53:37 -07:00
Stefan Saraev
0d9b10fb05 ncurses: replace with netbsd-curses 2016-04-20 23:25:00 -07:00
sopparus
4995d00c3f Enable SSL for MySQL
added libressl to PKG_DEPENDS_TARGET=
2016-03-04 14:48:20 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
85113dcdf3 mysql: update to mysql-5.1.73
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-04-01 03:44:14 +02:00
Stefan Saraev
eeade2aaeb mysql: mysql_config: dont include LDFLAGS in "mysql_config --libs" output
including "$ldflags" with --libs is not an intended behaviour.
this fixes the case where one must rebuild mysql with
DEBUG in order to have xbmc DEBUG build.
2014-03-28 16:38:49 +02:00
Stephan Raue
7e6c2f6f00 mysql: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:57:04 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
b73d898360 ncurses: cleanup buildscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-08 18:30:23 +01:00
Stephan Raue
56e60f751a Revert "mysql: update to mysql-5.6.13, add initial and optional support for mysql server - dont use it, it will be changed later\!"
This reverts commit 85c77b5252c91a30102a1d53a86b8b9a9f7eb423.
2013-08-19 16:54:04 +02:00
Stephan Raue
19a7fa82bd Revert "mysql: some mysql-server fixes and rework"
This reverts commit 178b417a675e65f73fad3e3f6f6a9aa0f58a116d.
2013-08-19 16:53:55 +02:00
Stephan Raue
f7be46a6b0 Revert "mysql: build with system ssl and zlib support"
This reverts commit 04987647c79204bd957a913c9898895ace59c4e0.
2013-08-19 16:53:46 +02:00
Stephan Raue
04987647c7 mysql: build with system ssl and zlib support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-03 06:06:55 +02:00
Stephan Raue
178b417a67 mysql: some mysql-server fixes and rework
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-01 20:08:43 +02:00
Stephan Raue
85c77b5252 mysql: update to mysql-5.6.13, add initial and optional support for mysql server - dont use it, it will be changed later\!
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-31 23:02:31 +02:00
Stephan Raue
399457df8d mysql: update to mysql-5.1.70
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-30 22:23:24 +02:00
Stephan Raue
f7b9a9de28 mysql: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-21 17:13:21 +02:00
Stephan Raue
201bc6f508 Revert "readline: build as static library"
This reverts commit fab861e4b62bb18a9b08371604fda5f19511a5e2.
2013-06-01 02:27:28 +02:00
Stephan Raue
fab861e4b6 readline: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-01 00:43:01 +02:00