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