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: 1.27.1/Makefile
===================================================================
--- 1.27.1/Makefile	(revision 284)
+++ 1.27.1/Makefile	(revision 285)
@@ -170,7 +170,13 @@
 	  --build=$(BUILD)            \
 	  --host=$(TARGET)            \
 	  $(extra_configure_switches)
+	# ======= Remove stupid include flags: =======
 	@( cd $(build_dir) ; \
+	   for mfile in `find . -name 'Makefile' -print` ; do \
+	     sed -i 's,-I$$(includedir),,g' $${mfile} ; \
+	   done ; \
+	 )
+	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
 	@touch $@