heitbaum
311e7ee600
sqlite: update to 3.34.1
...
updtate 3.34.0 to 3.34.1
changelog: https://www.sqlite.org/releaselog/3_34_1.html
2021-01-25 02:31:40 +00:00
Ian Leonard
7a107279da
databases: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2021-01-19 19:33:44 +00:00
heitbaum
6bd9a1700b
sqlite: cleanup package.mk
2021-01-07 20:24:04 +00:00
CvH
c52b0123c4
sqlite: cleanup version
2020-12-27 20:30:27 +01:00
heitbaum
28be9193bc
sqlite: update to 3.34
2020-12-12 10:21:23 +00:00
Ian Leonard
0e629b8a41
sqlite: update to 3.33.0
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2020-10-14 19:19:57 +00:00
Ian Leonard
da1ff5554a
sqlite: update to 3.32.3
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2020-06-19 00:42:19 +00:00
Ian Leonard
7cc7cd8cb1
sqlite: update to 3.31.1
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2020-03-25 20:45:33 +00:00
Ian Leonard
2e847cc3c9
sqlite: update to 3.30.1
...
sqlite_enable_stat3 is a no-op, replaced by sqlite_enable_stat4.
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2019-11-19 19:18:27 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler
2019-10-18 19:41:00 +02:00
Ian Leonard
a74dbc9aed
sqlite: update to 3.29.0
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2019-10-01 16:29:50 +00:00
MilhouseVH
4301e7e05d
sqlite: update to sqlite-autoconf-3280000
2019-04-20 19:57:30 +01:00
Ian Leonard
b096af0d37
sqlite: update to 3.27.2
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2019-03-01 02:06:39 +00:00
MilhouseVH
2ea31506a5
packages: more missing dependencies
2019-02-08 17:17:43 +00:00
MilhouseVH
b135c7ead9
packages: add missing dependencies
2019-02-08 17:17:43 +00:00
MilhouseVH
c19a3ff780
packages: setup_toolchain $TARGET only called after package is sourced
...
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
Ian Leonard
0b193372c4
sqlite: update to 3.26
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2018-12-05 04:23:03 +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
MilhouseVH
f0b4abc98c
sqlite: update to sqlite-autoconf-3250000
2018-09-17 03:02:34 +01:00
CvH
d31b217ff4
spdx: packages/databases
2018-07-17 23:58:49 +02:00
Matthias Reichl
28fde0b15f
sqlite: build shared
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2018-06-09 15:34:26 +02:00
MilhouseVH
3bc2fcd53d
sqlite: update to sqlite-autoconf-3240000
2018-06-09 07:52:28 +01: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