mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libevent: update to libevent-2.0.20-stable, force build against package 'openssl'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
02b35dfa03
commit
9453b58882
@ -31,6 +31,7 @@ cd $PKG_BUILD
|
||||
--datadir=/usr/share \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-openssl
|
||||
|
||||
make
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libevent"
|
||||
PKG_VERSION="2.0.19-stable"
|
||||
PKG_VERSION="2.0.20-stable"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="http://sourceforge.net/projects/levent/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/levent/libevent/libevent-2.0/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_SITE="http://libevent.org/"
|
||||
PKG_URL="https://github.com/downloads/libevent/libevent/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="openssl zlib"
|
||||
PKG_BUILD_DEPENDS="toolchain openssl zlib"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="libevent: A library for asynchronous event notification"
|
||||
|
Loading…
x
Reference in New Issue
Block a user