summaryrefslogtreecommitdiff
path: root/package/tor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/tor/Makefile')
-rw-r--r--package/tor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile
index eb5c94a65..e646ee3b3 100644
--- a/package/tor/Makefile
+++ b/package/tor/Makefile
@@ -31,6 +31,8 @@ CONFIGURE_ENV+= ac_cv_libevent_normal=yes \
tor_cv_null_is_zero=yes \
tor_cv_unaligned_ok=yes
+CONFIGURE_ARGS+= --disable-tool-name-check
+
ifeq ($(ADK_TARGET_USE_SSP),y)
CONFIGURE_ARGS+= --enable-gcc-hardening
else