From 6d118a9aa5e2e324da02df68ed9b57cfd13d2c31 Mon Sep 17 00:00:00 2001 From: fda77 Date: Fri, 25 Oct 2024 19:28:34 +0200 Subject: [PATCH] tor: remove autoreconf again --- make/pkgs/tor/tor.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/make/pkgs/tor/tor.mk b/make/pkgs/tor/tor.mk index 479c7530af..bce4dcbcf7 100644 --- a/make/pkgs/tor/tor.mk +++ b/make/pkgs/tor/tor.mk @@ -21,8 +21,6 @@ $(PKG)_EXCLUDED += $(if $(FREETZ_PACKAGE_TOR_GEOIP_V4),,$(if $(FREETZ_PACKAGE_TO $(PKG)_DEPENDS_ON += zlib openssl libevent -$(PKG)_CONFIGURE_PRE_CMDS += $(AUTORECONF) - $(PKG)_CONFIGURE_ENV += tor_cv_malloc_zero_works=no $(PKG)_CONFIGURE_ENV += tor_cv_null_is_zero=yes $(PKG)_CONFIGURE_ENV += tor_cv_sign_extend=yes