Browse Source

Merge pull request #3310 from jow-/ocserv-avoid-depends

ocserv: avoid implicit dependencies
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 8 years ago
committed by GitHub
parent
commit
4d95c6e6ec
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      net/ocserv/Makefile

+ 3
- 1
net/ocserv/Makefile View File

@ -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


Loading…
Cancel
Save