commit 4d95c6e6ece893938f6395a936f1311ef136c593
parent 5d10d10707f52b5cd1d41202b6487e5562ab4502
Author: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date: Sat, 8 Oct 2016 07:20:18 +0200
Merge pull request #3310 from jow-/ocserv-avoid-depends
ocserv: avoid implicit dependencies
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ocserv
PKG_VERSION:=0.11.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_USE_MIPS16:=0
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -62,6 +62,8 @@ CONFIGURE_ARGS+= \
--without-libnl \
--without-gssapi \
--with-libcrypt-prefix="$(STAGING_DIR)/" \
+ --without-lz4 \
+ --with-local-talloc \
ifneq ($(CONFIG_OCSERV_PAM),y)
CONFIGURE_ARGS += --without-pam