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/X11/libs/babl/0.1.106/Makefile
===================================================================
--- radix-1.9/X11/libs/babl/0.1.106/Makefile	(revision 365)
+++ radix-1.9/X11/libs/babl/0.1.106/Makefile	(revision 366)
@@ -262,6 +262,11 @@
 	@( cd $(build_dir) ; \
 	   sed -i '/COMMAND = /s, /usr/bin/g-ir-scanner , $(python_environment) $(TARGET_DEST_DIR)/usr/bin/g-ir-scanner-wrapper ,g' build.ninja ; \
 	 )
+	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
+	   if [ -e "../../lib$(LIBSUFFIX)/libdl.so.2" ] ; then \
+	     ln -sf ../../lib$(LIBSUFFIX)/libdl.so.2 libdl.so ; \
+	   fi ; \
+	 )
 	@( cd $(build_dir) ; env -i ninja -v )
 	@touch $@