diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:13 +0000 |
commit | bed28742bc2a8a93989cd34fbe023743c38537aa (patch) | |
tree | a097bbd2249246a2142389f598601b62478998b5 | |
parent | f2b9871a1d76d3797772994ecc7a61080949ef70 (diff) | |
download | upstream-bed28742bc2a8a93989cd34fbe023743c38537aa.tar.gz upstream-bed28742bc2a8a93989cd34fbe023743c38537aa.tar.bz2 upstream-bed28742bc2a8a93989cd34fbe023743c38537aa.zip |
authsae: update to latest version
Signed-off-by: Stefan May <smay@4finger.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39608 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/services/authsae/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile index d5540ede0b..351b28dca5 100644 --- a/package/network/services/authsae/Makefile +++ b/package/network/services/authsae/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=authsae -PKG_VERSION:=2013-11-13 +PKG_VERSION:=2014-01-31 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/cozybit/authsae.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=1d1a1226a25833267a6a56b8edc48f253481b62c +PKG_SOURCE_VERSION:=3e2ae0b0412627c831ad14ebde4c57fa5ddbed0a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 @@ -31,7 +31,7 @@ define Package/authsae SECTION:=net CATEGORY:=Network TITLE:=80211s mesh security - DEPENDS=+libopenssl +libconfig +libnl-tiny +@OPENSSL_WITH_EC + DEPENDS:=+libopenssl +libconfig +libnl-tiny +@OPENSSL_WITH_EC endef TARGET_CFLAGS += -D_GNU_SOURCE |