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 366)
+++ Makefile	(revision 367)
@@ -142,6 +142,12 @@
 	     ln -sf ../../lib$(MULTILIB_PPC32_SUFFIX)/librt.so.1 librt.so ; \
 	   fi ; \
 	 )
+	# ======= create libdl.so symlink if not exists: =======
+	@( cd $(GLIBC_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
+	   if [ ! -L libdl.so -a -e "../../lib$(MULTILIB_PPC32_SUFFIX)/libdl.so.2" ] ; then \
+	     ln -sf ../../lib$(MULTILIB_PPC32_SUFFIX)/libdl.so.2 libdl.so ; \
+	   fi ; \
+	 )
 	@touch $@
 
 $(build_glibc32_pkg): $(install_target)