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 170)
+++ base/Makefile	(revision 171)
@@ -1145,18 +1145,18 @@
 #             │       │   ├── net/nspr/4.35-ppc32
 #             │       │   ├── net/nspr/4.35-x86_32
 #             │       │   │
-#             │       │   ├── net/nss/3.89 ■  ────────────────────── app/sqlite/3.39.4.0
-#             │       │   │   ├── net/nss/3.23-ppc32                 ├── app/sqlite/3.39.4.0-ppc32
-#             │       │   │   └── net/nss/3.23-x86_32                └── app/sqlite/3.39.4.0-x86_32
+#             │       │   ├── net/nss/3.93 ■  ────────────────────── app/sqlite/3.39.4.0
+#             │       │   │   ├── net/nss/3.93-ppc32                 ├── app/sqlite/3.39.4.0-ppc32
+#             │       │   │   └── net/nss/3.93-x86_32                └── app/sqlite/3.39.4.0-x86_32
 #             │       │  ...
 #            ...     ...
 
-REQUIRES += net/nss/3.89
+REQUIRES += net/nss/3.93
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += net/nss/3.89-ppc32
+REQUIRES += net/nss/3.93-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += net/nss/3.89-x86_32
+REQUIRES += net/nss/3.93-x86_32
 endif
 
 REQUIRES += net/libqmi/1.28.2