projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46dc44
)
ocserv: disable libmaxminddb detection
author
Hannu Nyman
<
[email protected]
>
Mon, 9 Jan 2023 20:02:44 +0000
(22:02 +0200)
committer
Glenn Strauss
<
[email protected]
>
Fri, 14 Apr 2023 19:43:39 +0000
(15:43 -0400)
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 <
[email protected]
>
(cherry picked from commit
508c4548dc7c73d6e824bd5a9b1dcb8fb7132ab3
)
net/ocserv/Makefile
patch
|
blob
|
history
diff --git
a/net/ocserv/Makefile
b/net/ocserv/Makefile
index f8ba40d515b7d361407320d41afe7fb68fee145a..b969a8e433aea2c64bad98591148b1dc970b17b8 100644
(file)
--- a/
net/ocserv/Makefile
+++ b/
net/ocserv/Makefile
@@
-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 \