Index: Makefile
===================================================================
--- Makefile (revision 28)
+++ 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 $@