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: 0.0.7/Makefile
===================================================================
--- 0.0.7/Makefile	(revision 352)
+++ 0.0.7/Makefile	(revision 353)
@@ -228,6 +228,7 @@
 	 )
 	# ======= Strip binaries =======
 	@( cd $(LIBDCA_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 ; \
 	 )
 ifeq ($(__ENABLE_STATIC__),yes)