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