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: Makefile
===================================================================
--- Makefile	(revision 384)
+++ Makefile	(revision 385)
@@ -16,7 +16,7 @@
 SOURCE_REQUIRES    = sources/packages/m/gsm
 
 REQUIRES           = media/gsm/1.0.22
-REQUIRES          += libs/glibc/2.36-ppc32
+REQUIRES          += libs/glibc/2.37-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -111,6 +111,11 @@
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)
 	@mkdir -p $(LIBGSM_32_PKG)/usr/share/man/man{1,3}
 	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 $(install_env) install
+	@( cd $(LIBGSM_32_PKG)/usr/bin/32 ; \
+	   rm -f tcat untoast   ; \
+	   ln -sf toast tcat    ; \
+	   ln -sf toast untoast ; \
+	 )
 	@chmod 0644 $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/libgsm.a
 	# ======= Create package config file =======
 	@mkdir -p $(LIBGSM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig