From 2b36d80c63afae74bf759f27e3eecf9e1f394e77 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 17 Feb 2013 13:22:31 +0000 Subject: package/vtun: update to 3.0.3 Against all odds, vtun had a new release sometime last year. Still, the code needs patching: - the existing patch to fix installation has been refreshed - the existing patch to fix blowfish header location has been replaced (see below) - configure looks in hard-coded, host paths (eg. /usr/include) without any consideration for scross-compilation --> new patch - configure.in does not even pass an autoreconf without a bit of love first (it's written in an ancient dialect that autoreconf does no longer recognise) --> new patch Remove obsolete, unused, bit-rotting scripts and warning. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/vtun/vtun.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/vtun/vtun.mk') diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk index 7bc0a81e5..2affa2e44 100644 --- a/package/vtun/vtun.mk +++ b/package/vtun/vtun.mk @@ -7,10 +7,11 @@ # ############################################################# -VTUN_VERSION = 3.0.2 +VTUN_VERSION = 3.0.3 VTUN_SOURCE = vtun-$(VTUN_VERSION).tar.gz VTUN_SITE = http://downloads.sourceforge.net/project/vtun/vtun/$(VTUN_VERSION) VTUN_DEPENDENCIES = zlib lzo openssl +VTUN_AUTORECONF = YES VTUN_CONF_OPT = \ --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \ -- cgit v1.2.3