Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: base/Makefile
===================================================================
--- base/Makefile	(revision 435)
+++ base/Makefile	(revision 436)
@@ -169,8 +169,8 @@
 #             │   └── app/bzip2/1.0.8-x86_32    │   ├── libs/pcre/8.45-ppc32     │
 #             │                                 │   └── libs/pcre/8.45-x86_32    │
 #             ├── app/gzip/1.13                 │                                │
-#             │                                 └── libs/pcre2/10.37             │
-#             ├── libs/elfutils/0.192               ├── libs/pcre2/10.37-ppc32   │
+#             │                                 └── libs/pcre2/10.45             │
+#             ├── libs/elfutils/0.192               ├── libs/pcre2/10.45-ppc32   │
 #             │   ├── libs/elfutils/0.192-ppc32     └── libs/pcre2/10.37-x86_32  │
 #             │   └── libs/elfutils/0.192-x86_32                                 │
 #             │                                                                  │
@@ -1134,10 +1134,10 @@
 
 REQUIRES += net/wget/1.21.1
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += libs/pcre2/10.36-ppc32
+REQUIRES += libs/pcre2/10.45-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += libs/pcre2/10.36-x86_32
+REQUIRES += libs/pcre2/10.45-x86_32
 endif
 
 REQUIRES += net/whois/5.5.9