From ab057000b51ef50debd6975e2615650f4d8f0a75 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:08:16 +0200 Subject: [PATCH] tinc: disable autoreconf --- packages/addons/service/tinc/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/addons/service/tinc/package.mk b/packages/addons/service/tinc/package.mk index 7e98976aa4..78257b6f14 100644 --- a/packages/addons/service/tinc/package.mk +++ b/packages/addons/service/tinc/package.mk @@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain libressl lzo zlib" PKG_SECTION="service/system" PKG_SHORTDESC="tinc: a Virtual Private Network daemon" PKG_LONGDESC="tinc ($PKG_VERSION) is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This allows VPN sites to share information with each other over the Internet without exposing any information to others." -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_IS_ADDON="yes" PKG_ADDON_NAME="tinc"