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: 3.3.17/Makefile
===================================================================
--- 3.3.17/Makefile	(revision 28)
+++ 3.3.17/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: 3.3.17/PATCHES
===================================================================
--- 3.3.17/PATCHES	(revision 28)
+++ 3.3.17/PATCHES	(revision 29)
@@ -1,2 +0,0 @@
-
-../../../sources/packages/a/procps/patches/procps-3.3.17-rpl-malloc.patch -p0
Index: 3.3.17-ppc32/Makefile
===================================================================
--- 3.3.17-ppc32/Makefile	(revision 28)
+++ 3.3.17-ppc32/Makefile	(revision 29)
@@ -114,6 +114,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: 3.3.17-ppc32/PATCHES
===================================================================
--- 3.3.17-ppc32/PATCHES	(revision 28)
+++ 3.3.17-ppc32/PATCHES	(revision 29)
@@ -1,2 +0,0 @@
-
-../../../sources/packages/a/procps/patches/procps-3.3.17-rpl-malloc.patch -p0
Index: 3.3.17-x86_32/Makefile
===================================================================
--- 3.3.17-x86_32/Makefile	(revision 28)
+++ 3.3.17-x86_32/Makefile	(revision 29)
@@ -111,6 +111,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: 3.3.17-x86_32/PATCHES
===================================================================
--- 3.3.17-x86_32/PATCHES	(revision 28)
+++ 3.3.17-x86_32/PATCHES	(revision 29)
@@ -1,2 +0,0 @@
-
-../../../sources/packages/a/procps/patches/procps-3.3.17-rpl-malloc.patch -p0