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 44)
+++ base/Makefile	(revision 45)
@@ -1329,6 +1329,14 @@
 REQUIRES += libs/boost/1.77.0-x86_32
 endif
 
+REQUIRES += libs/libsigc++/2.12.0
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/libsigc++/2.12.0-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/libsigc++/2.12.0-x86_32
+endif
+
 REQUIRES += libs/libzmq/4.3.4
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += libs/libzmq/4.3.4-ppc32