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: dev/flex/2.6.4/Makefile
===================================================================
--- dev/flex/2.6.4/Makefile	(revision 11)
+++ dev/flex/2.6.4/Makefile	(revision 12)
@@ -128,6 +128,7 @@
 extra_configure_switches += --mandir=/usr/share/man
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --disable-rpath
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -143,6 +144,7 @@
 	$(APPLY_PATCHES)
 	@cp -a $(CONFIG_GUESS) $(CONFIG_SUB) $(SRC_DIR)/build-aux
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   sed -i "/math.h/a #include <malloc.h>" src/flexdef.h ; \
 	 )
 	@touch $@
Index: dev/flex/2.6.4-ppc32/Makefile
===================================================================
--- dev/flex/2.6.4-ppc32/Makefile	(revision 11)
+++ dev/flex/2.6.4-ppc32/Makefile	(revision 12)
@@ -86,6 +86,7 @@
 extra_configure_switches += --bindir=/usr/bin/32
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --disable-rpath
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -101,6 +102,7 @@
 	$(APPLY_PATCHES)
 	@cp -a $(CONFIG_GUESS) $(CONFIG_SUB) $(SRC_DIR)/build-aux
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   sed -i "/math.h/a #include <malloc.h>" src/flexdef.h ; \
 	 )
 	@touch $@
Index: dev/flex/2.6.4-x86_32/Makefile
===================================================================
--- dev/flex/2.6.4-x86_32/Makefile	(revision 11)
+++ dev/flex/2.6.4-x86_32/Makefile	(revision 12)
@@ -83,6 +83,7 @@
 extra_configure_switches += --bindir=/usr/bin/32
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --disable-rpath
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -98,6 +99,7 @@
 	$(APPLY_PATCHES)
 	@cp -a $(CONFIG_GUESS) $(CONFIG_SUB) $(SRC_DIR)/build-aux
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   sed -i "/math.h/a #include <malloc.h>" src/flexdef.h ; \
 	 )
 	@touch $@
Index: libs/fribidi/1.0.12/Makefile
===================================================================
--- libs/fribidi/1.0.12/Makefile	(revision 11)
+++ libs/fribidi/1.0.12/Makefile	(revision 12)
@@ -238,7 +238,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"       \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=true                 \
 	    -Ddeprecated=true           \
Index: libs/fribidi/1.0.12-ppc32/Makefile
===================================================================
--- libs/fribidi/1.0.12-ppc32/Makefile	(revision 11)
+++ libs/fribidi/1.0.12-ppc32/Makefile	(revision 12)
@@ -157,7 +157,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"            \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=false                \
 	    -Ddeprecated=true           \
Index: libs/fribidi/1.0.12-x86_32/Makefile
===================================================================
--- libs/fribidi/1.0.12-x86_32/Makefile	(revision 11)
+++ libs/fribidi/1.0.12-x86_32/Makefile	(revision 12)
@@ -154,7 +154,6 @@
 	    -Dc_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`"   \
 	    -Dcpp_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) $(CFLAGS)" | tr -s ' '`"            \
 	    -Dcpp_link_args="`echo -n "--sysroot=$(TARGET_DEST_DIR) -m32 $(LDFLAGS)" | tr -s ' '`" \
-	    -Dselinux=disabled          \
 	    -Dbin=true                  \
 	    -Ddocs=false                \
 	    -Ddeprecated=true           \