mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
Merge pull request #3639 from kholk/master
ocserv: Add libev prefix to stop configure stage failure
This commit is contained in:
@@ -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 \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user