aboutsummaryrefslogtreecommitdiff
path: root/net/ocserv/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-04-22 11:08:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-04-22 11:08:53 +0200
commit7b35b9838e3fd0ce29432c8355c09ee976bf37f7 (patch)
tree7316a3ad163c04c14be3d8000fc541ebe7bba192 /net/ocserv/Makefile
parentedd002dc3f6528c6dda394adc4be26969e6add65 (diff)
ocserv: updated to 0.12.0
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r--net/ocserv/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile
index 7e4ee679d..fe5f4886d 100644
--- a/net/ocserv/Makefile
+++ b/net/ocserv/Makefile
@@ -8,18 +8,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ocserv
-PKG_VERSION:=0.11.11
+PKG_VERSION:=0.12.0
PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/ocserv/
-PKG_HASH:=4d7b663f10d840b6dfc216e13f287defc28195394fa9f80fad578186105fabf8
+PKG_HASH:=fdbb7241013341975640bb9851b14ed16c786029466e81b79cdfbce21f7dc89f
PKG_LICENSE:=GPLv2+
PKG_LICENSE_FILES:=COPYING
-PKG_FIXUP:=autoreconf
+#PKG_FIXUP:=autoreconf
PKG_CONFIG_DEPENDS:= \
CONFIG_OCSERV_PAM \
@@ -57,10 +57,8 @@ EXTRA_LDFLAGS+=-lncurses
CONFIGURE_ARGS+= \
--with-pager="" \
- --enable-local-libopts \
--with-libreadline-prefix="$(STAGING_DIR)/" \
--without-libnl \
- --without-lz4 \
--without-gssapi \
--with-libcrypt-prefix="$(STAGING_DIR)/" \
--with-libev-prefix="$(STAGING_DIR)/" \