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 28)
+++ Makefile	(revision 29)
@@ -151,6 +151,10 @@
 $(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
+	@( cd $(SRC_DIR) ; \
+	   sed -i 's,"#define malloc rpl_malloc","/* #define malloc rpl_malloc */",g'   configure ; \
+	   sed -i 's,"#define malloc rpl_realloc","/* #define malloc rpl_realloc */",g' configure ; \
+	 )
 	@touch $@
 
 $(build_target): $(src_done)
Index: PATCHES
===================================================================
--- PATCHES	(revision 28)
+++ PATCHES	(revision 29)
@@ -1,2 +0,0 @@
-
-../../../sources/packages/a/procps/patches/procps-3.3.17-rpl-malloc.patch -p0