lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2becb18c5292858cc3508cc607e77a22ccbfc9b5
parent 18ce1a8f18a7c5ab2b654b8d30d85a381d36abcb
Author: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date:   Sat, 10 Dec 2016 19:00:55 +0100

Merge pull request #3639 from kholk/master

ocserv: Add libev prefix to stop configure stage failure
Diffstat:
Mnet/ocserv/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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 \