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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/libs/libwebp/1.2.2-ppc32/Makefile
===================================================================
--- radix-1.9/libs/libwebp/1.2.2-ppc32/Makefile	(revision 72)
+++ radix-1.9/libs/libwebp/1.2.2-ppc32/Makefile	(revision 73)
@@ -145,7 +145,7 @@
 	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwebp.pc libwebpdecoder.pc    \
 	                                            libwebpdemux.pc libwebpmux.pc ; \
 	 )
-	# =======Strip binaries =======
+	# ======= Strip binaries =======
 	@( cd $(LIBWEBP_32_PKG) ; \
 	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
 	   find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
Index: radix-1.9/libs/libwebp/1.2.2-x86_32/Makefile
===================================================================
--- radix-1.9/libs/libwebp/1.2.2-x86_32/Makefile	(revision 72)
+++ radix-1.9/libs/libwebp/1.2.2-x86_32/Makefile	(revision 73)
@@ -142,7 +142,7 @@
 	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwebp.pc libwebpdecoder.pc    \
 	                                            libwebpdemux.pc libwebpmux.pc ; \
 	 )
-	# =======Strip binaries =======
+	# ======= Strip binaries =======
 	@( cd $(LIBWEBP_32_PKG) ; \
 	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
 	   find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
Index: radix-1.9/net/gnutls/3.8.0/Makefile
===================================================================
--- radix-1.9/net/gnutls/3.8.0/Makefile	(revision 72)
+++ radix-1.9/net/gnutls/3.8.0/Makefile	(revision 73)
@@ -136,6 +136,7 @@
 extra_configure_switches += --sysconfdir=/etc
 extra_configure_switches += --localstatedir=/var
 extra_configure_switches += --enable-openssl-compatibility
+extra_configure_switches += --with-default-trust-store-pkcs11="pkcs11:"
 extra_configure_switches += --disable-rpath
 
 extra_configure_switches += --with-libz-prefix=$(TARGET_DEST_DIR)/usr
Index: radix-1.9/net/gnutls/3.8.0-ppc32/Makefile
===================================================================
--- radix-1.9/net/gnutls/3.8.0-ppc32/Makefile	(revision 72)
+++ radix-1.9/net/gnutls/3.8.0-ppc32/Makefile	(revision 73)
@@ -91,6 +91,7 @@
 extra_configure_switches += --sysconfdir=/etc
 extra_configure_switches += --localstatedir=/var
 extra_configure_switches += --enable-openssl-compatibility
+extra_configure_switches += --with-default-trust-store-pkcs11="pkcs11:"
 extra_configure_switches += --disable-rpath
 
 extra_configure_switches += --bindir=/usr/bin/32
Index: radix-1.9/net/gnutls/3.8.0-x86_32/Makefile
===================================================================
--- radix-1.9/net/gnutls/3.8.0-x86_32/Makefile	(revision 72)
+++ radix-1.9/net/gnutls/3.8.0-x86_32/Makefile	(revision 73)
@@ -88,6 +88,7 @@
 extra_configure_switches += --sysconfdir=/etc
 extra_configure_switches += --localstatedir=/var
 extra_configure_switches += --enable-openssl-compatibility
+extra_configure_switches += --with-default-trust-store-pkcs11="pkcs11:"
 extra_configure_switches += --disable-rpath
 
 extra_configure_switches += --bindir=/usr/bin/32