diff options
author | Angelo G. Del Regno <kholk11@gmail.com> | 2016-12-09 14:11:54 +0100 |
---|---|---|
committer | Angelo G. Del Regno <kholk11@gmail.com> | 2016-12-09 15:03:16 +0100 |
commit | 5f6e8651db7b52dfff457a318928a0cc82271873 (patch) | |
tree | 79a4ade72fc61510b55d21a5773b3541b1c688b0 /net/ocserv/Makefile | |
parent | c7652be39c66b2e03ca9716ed4d658350289ddf7 (diff) |
ocserv: Add libev prefix to stop configure stage failure
This version of ocserv needs us to explicitly specify the prefix
for libev. Add a --with-libev-prefix parameter to make the
configure stage to get the right library.
Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 5d71761a9..8fe057653 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ocserv PKG_VERSION:=0.11.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+= \ --without-lz4 \ --without-gssapi \ --with-libcrypt-prefix="$(STAGING_DIR)/" \ + --with-libev-prefix="$(STAGING_DIR)/" \ --without-lz4 \ --with-local-talloc \ |