summaryrefslogtreecommitdiffstats
path: root/package/tinc/tinc.mk
blob: f537d4642d929de80f4612320b16f6079d7b665b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# tinc
#
################################################################################

TINC_VERSION = 1.0.30
TINC_SITE = http://www.tinc-vpn.org/packages
TINC_DEPENDENCIES = lzo openssl zlib
TINC_LICENSE = GPL-2.0+ with OpenSSL exception
TINC_LICENSE_FILES = COPYING COPYING.README
TINC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=c99"

ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
TINC_CONF_ENV += \
	ax_cv_check_cflags___fPIE=no \
	ax_cv_check_ldflags___pie=no
endif

$(eval $(autotools-package))
OpenPOWER on IntegriCloud