Commit Graph

14 Commits

Author SHA1 Message Date
Rosen Penev 2e654b19f3 treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:01 -07:00
Rosen Penev a31b732007 treewide: build CMake projects with Ninja
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Rosen Penev 8f829ea882
pcre2: update to 10.36
Mostly JIT fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-14 18:02:34 -08:00
Rosen Penev 5e814c7972
pcre2: install pcre2-config to host path
Helps old packages that do not use pkgconfig.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:18:35 -08:00
Rosen Penev 5b10a28f74
pcre2: switch to CMake
Allows simplifying the Makefile. Faster compilation as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 12:08:20 -07:00
Rosen Penev 00c8e5b85f
pcre2: updater to 10.35
Add PKG_BUILD_PARALLEL for faster compilation.

Remove autoreconf as nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:03:23 -07:00
Christian Lachner 3c093696cb pcre2: Update PCRE2 to v10.34
- Update download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-27 12:21:06 +01:00
Christian Lachner 21bee17652 pcre2: Add JIT-support for select architectures in PCRE2
- This commit adds a config-option for JIT in libpcre2.

  According to research published on
  https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/
  this should give a 10x performance increase on JIT operations
  which can be desireable for high performance Apache mod_rewrite
  or haproxy reqrep operations.

  This option is available on all officially supported architecutres
  which are listed on https://pcre.org/current/doc/html/pcre2jit.html#SEC2.
  Furthermore, it is enabled by default on the following
  architectures: arm, i686, x86_64.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-26 16:16:17 +01:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev ef0064d59b pcre2: Update to 10.32
Fixed SourceForge link and removed ftp mirror.

Added PKG_BUILD_PARALLEL for faster compilation.

Small adjustments for consistency between other Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-30 18:54:47 -07:00
Rosen Penev 29d77afce1 pcre2: Update to 10.31
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 19:08:59 -07:00
Shane Peelar 8a8d3e434b pcre2: Update PKG_SOURCE to use Sourceforge
Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-08-23 16:46:03 -04:00
Shane Peelar 8b98b59e33 pcre2: Update PCRE2 lib to latest version (10.30)
Update the PCRE2 library to the latest version.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-08-22 14:51:26 -04:00
Shane Peelar 7977564b97 pcre2: Introduce PCRE2 library into repo for fish
Need PCRE2 library for the fish shell.  Took existing pcre makefile
as a base to build pcre2, supporting 8, 16, and 32 bit characters with
different install targets for each.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-17 17:20:00 -05:00