mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #3310 from jow-/ocserv-avoid-depends
ocserv: avoid implicit dependencies
This commit is contained in:
+3
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ocserv
|
PKG_NAME:=ocserv
|
||||||
PKG_VERSION:=0.11.5
|
PKG_VERSION:=0.11.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
@@ -62,6 +62,8 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-libnl \
|
--without-libnl \
|
||||||
--without-gssapi \
|
--without-gssapi \
|
||||||
--with-libcrypt-prefix="$(STAGING_DIR)/" \
|
--with-libcrypt-prefix="$(STAGING_DIR)/" \
|
||||||
|
--without-lz4 \
|
||||||
|
--with-local-talloc \
|
||||||
|
|
||||||
ifneq ($(CONFIG_OCSERV_PAM),y)
|
ifneq ($(CONFIG_OCSERV_PAM),y)
|
||||||
CONFIGURE_ARGS += --without-pam
|
CONFIGURE_ARGS += --without-pam
|
||||||
|
|||||||
Reference in New Issue
Block a user