57 Commits

Author SHA1 Message Date
CvH
8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +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
Sascha Kuehndel (InuSasha)
c90b78d9d5
buildsystem: replace PKG_USE_CMAKE 2017-11-22 00:41:12 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Sascha Kuehndel (InuSasha)
b4bb2fe5fe
glib: update to 2.52.3
* add missing dependency
2017-08-14 19:39:16 +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
4a0818b6fb pcre: update to pcre-8.40 2017-05-06 22:45:25 +01:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
5dd71d483f pcre: disable autoreconf 2016-11-15 20:51:46 +01:00
Lukas Rusak
17b0d488a1
pcre: enable pcre16 2016-10-24 17:21:07 -07: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
Stephan Raue
b36594cb67
pcre: prevent from building with cmake configuration
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:56 -07:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
38a36b423f pcre: update to 8.39 2016-07-25 10:04:58 -07:00
Stephan Raue
4646c8b19e pcre: fix pcre-config script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-07 03:30:12 +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
chewitt
4da4851947 pcre: use http download 2015-12-30 15:21:08 +01:00
Stephan Raue
774e65f667 pcre: update to pcre-8.38
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-28 00:14:59 +01:00
Stephan Raue
0bdca6ea4d pcre: update to pcre-8.37
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-30 10:48:38 +02:00
Stephan Raue
cab1df0dcb pcre: update to pcre-8.36
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-02 10:14:58 +02:00
Stephan Raue
3a2d4d61a2 pcre: update to pcre-8.35
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-04-07 23:59:51 +02:00
Stephan Raue
45b074bb81 pcre: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:31 +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
5bab247229 pcre: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-14 18:37:03 +01:00
Stefan Saraev
777a233ccb pcre: convert to new package format 2013-12-14 18:19:52 +02:00
Stephan Raue
9c6a7bd682 pcre: update to pcre-8.33
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-03 19:43:14 +02:00
Stefan Saraev
784d385361 pcre: build with -fPIC 2013-05-29 20:32:24 +03:00
Stephan Raue
545b7ce03c pcre: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-28 16:14:00 +02:00
Stephan Raue
4a7b0438af pcre: update to pcre-8.32
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-11 14:06:05 +01:00
Stephan Raue
d34634a258 pcre: split in 'host' and 'target' package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-09-10 15:45:00 +02:00
Stephan Raue
5798e04b5c pcre: update to pcre-8.31
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-08 20:12:53 +02:00
Stephan Raue
e411104751 pcre: remove LTO hack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-30 21:58:32 +02:00
Stephan Raue
8537928f45 pcre: add 'make install' patch which forces the creation from symbolic links on rebuilds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-02-29 20:55:17 +01:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
6280fe46f5 pcre: update to pcre-8.30
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-02-12 21:17:57 +01:00
Stephan Raue
5c463ff0ac pcre: update to pcre-8.21
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-15 22:11:31 +01:00
Stephan Raue
2411b28250 pcre: update to pcre-8.20
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-11-08 20:47:15 +01:00
Stephan Raue
97a83bfff7 pcre: fails to build with gcc-4.6's LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-31 09:52:03 +01:00
Stephan Raue
6b85488beb pcre: update to pcre-8.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-08-17 04:09:13 +02:00
Stephan Raue
b9267c3b31 Revert "pcre: dont build with LTO support"
This reverts commit e9995dcc042d1e3531f134dea27381745145861e.
2011-07-16 14:36:13 +02:00
Stephan Raue
e9995dcc04 pcre: dont build with LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-11 12:17:47 +02:00
Stephan Raue
ab353ed362 pcre: update to pcre-8.12
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-16 20:00:35 +01:00
Stephan Raue
e20943bf6d pcre: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:37:52 +01:00
Stephan Raue
6cc250cadb pcre: simpyfing sourceforge download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-16 14:20:46 +01:00
Stephan Raue
acd97d1340 pcre: update to pcre-8.11
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-15 02:24:14 +01:00
Stephan Raue
20552a2f89 pcre: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:19:33 +01:00
Stephan Raue
5224135fed pcre: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 14:26:51 +01:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00