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