[packages] openconnect: update to 2.25 (thanks to David Woodhouse)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22604 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-08-12 03:57:28 +00:00
parent 826418ea83
commit 53fb459e34

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openconnect
PKG_VERSION:=2.01
PKG_VERSION:=2.25
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
PKG_MD5SUM:=8fa1f0883c136800dbb992e64a2d579e
PKG_MD5SUM:=796a32b611ee6210a5367eb9684d6778
include $(INCLUDE_DIR)/package.mk
@ -36,8 +36,8 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
OPENSSL="$(STAGING_DIR)/usr" \
OFLAGS="$(TARGET_CFLAGS)" \
SSL_CFLAGS="" \
OPT_FLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
OS="Linux" \
STAGING_DIR="$(STAGING_DIR)" \
DESTDIR="$(PKG_INSTALL_DIR)" \