From 2fbc549ff3c60658aea067e746dc2f1126e7a16e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 9 Aug 2008 09:44:19 +0000 Subject: [PATCH] Upgrade 6tunnel to 0.11rc2 (#3777) SVN-Revision: 12257 --- ipv6/6tunnel/Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/ipv6/6tunnel/Makefile b/ipv6/6tunnel/Makefile index 19c4a7870..f491a5767 100644 --- a/ipv6/6tunnel/Makefile +++ b/ipv6/6tunnel/Makefile @@ -9,15 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6tunnel -PKG_VERSION:=0.11rc1 +PKG_VERSION:=0.11rc2 PKG_RELEASE:=2 -PKG_MD5SUM:=b325fa9d238e32195fbb3fc3646b0d28 +PKG_MD5SUM:=74e02d4f0704b3083a01feda66033449 PKG_SOURCE_URL:=http://toxygen.net/6tunnel/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-0.11 - include $(INCLUDE_DIR)/package.mk define Package/6tunnel @@ -32,15 +30,8 @@ define Package/6tunnel/description IPv4 / IPv6 tunnel proxy endef -define Build/Configure -$(call Build/Configure/Default,,ac_cv_path_STRIP=$(STRIP) ac_cv_func_vsnprintf=yes) -endef - define Build/Compile - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR) \ - default + $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c endef define Package/6tunnel/install -- 2.30.2