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)
@@ -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 $@