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: 0.8.2/Makefile
===================================================================
--- 0.8.2/Makefile	(revision 28)
+++ 0.8.2/Makefile	(revision 29)
@@ -126,6 +126,7 @@
 extra_configure_switches += --sysconfdir=/etc
 extra_configure_switches += --with-python
 extra_configure_switches += --with-python3
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -159,6 +160,7 @@
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   find . -exec touch -t 201903190437.43 {} \; \
 	 )
 	@touch $@
Index: 0.8.2-ppc32/Makefile
===================================================================
--- 0.8.2-ppc32/Makefile	(revision 28)
+++ 0.8.2-ppc32/Makefile	(revision 29)
@@ -90,6 +90,7 @@
 
 extra_configure_switches += --with-python=yes
 extra_configure_switches += --with-python3=yes
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -123,6 +124,7 @@
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   find . -exec touch -t 201903190437.43 {} \; \
 	 )
 	@touch $@
Index: 0.8.2-x86_32/Makefile
===================================================================
--- 0.8.2-x86_32/Makefile	(revision 28)
+++ 0.8.2-x86_32/Makefile	(revision 29)
@@ -87,6 +87,7 @@
 
 extra_configure_switches += --with-python=yes
 extra_configure_switches += --with-python3=yes
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -120,6 +121,7 @@
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
 	@( cd $(SRC_DIR) ; \
+	   autoreconf -vif ; \
 	   find . -exec touch -t 201903190437.43 {} \; \
 	 )
 	@touch $@