mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
ocserv: disable libmaxminddb detection
Disable libmaxminddb detection to fix a build error
due to missing dependency.
(the libmaxminddb library is now detected, but is unncessary.)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 508c4548dc)
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ocserv
|
PKG_NAME:=ocserv
|
||||||
PKG_VERSION:=1.1.6
|
PKG_VERSION:=1.1.6
|
||||||
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)
|
||||||
@@ -63,6 +63,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--with-libreadline-prefix="$(STAGING_DIR)/" \
|
--with-libreadline-prefix="$(STAGING_DIR)/" \
|
||||||
--without-libnl \
|
--without-libnl \
|
||||||
--without-gssapi \
|
--without-gssapi \
|
||||||
|
--without-maxmind \
|
||||||
--with-libcrypt-prefix="$(STAGING_DIR)/" \
|
--with-libcrypt-prefix="$(STAGING_DIR)/" \
|
||||||
--with-libev-prefix="$(STAGING_DIR)/" \
|
--with-libev-prefix="$(STAGING_DIR)/" \
|
||||||
--without-lz4 \
|
--without-lz4 \
|
||||||
|
|||||||
Reference in New Issue
Block a user