From 53fb459e34ceee1225b8a6793d6b64f5fc973711 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 12 Aug 2010 03:57:28 +0000 Subject: [PATCH] [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 --- net/openconnect/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 159f76197..468402b32 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -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)" \ -- 2.11.0