Browse Source

fix compile

Waldemar Brodkorb 10 years ago
parent
commit
3e062164f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/tor/Makefile

+ 2 - 0
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