ocserv: disable libmaxminddb detection
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 9 Jan 2023 20:02:44 +0000 (22:02 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 10 Jan 2023 10:21:05 +0000 (12:21 +0200)
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>
net/ocserv/Makefile

index f8ba40d515b7d361407320d41afe7fb68fee145a..b969a8e433aea2c64bad98591148b1dc970b17b8 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ocserv
 PKG_VERSION:=1.1.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_USE_MIPS16:=0
 
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -63,6 +63,7 @@ CONFIGURE_ARGS+= \
        --with-libreadline-prefix="$(STAGING_DIR)/" \
        --without-libnl \
        --without-gssapi \
+       --without-maxmind \
        --with-libcrypt-prefix="$(STAGING_DIR)/" \
        --with-libev-prefix="$(STAGING_DIR)/" \
        --without-lz4 \