ocserv: Add libev prefix to stop configure stage failure 3639/head
authorAngelo G. Del Regno <kholk11@gmail.com>
Fri, 9 Dec 2016 13:11:54 +0000 (14:11 +0100)
committerAngelo G. Del Regno <kholk11@gmail.com>
Fri, 9 Dec 2016 14:03:16 +0000 (15:03 +0100)
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>
net/ocserv/Makefile

index 5d71761a953719f13ecb69001d100bf4c657a3c9..8fe057653da7ddf5078de0d7dc48d6c545ff2c83 100644 (file)
@@ -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 \