tinc: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:08:16 +02:00
parent d62f367059
commit ab057000b5

View File

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