mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
curl: build against openssl, this fixes build on F15
Signed-off-by: Stephan Raue <stephan@x200t.openelec.tv>
This commit is contained in:
parent
0a61fe912d
commit
14451d6eb4
@ -26,6 +26,8 @@
|
|||||||
LDFLAGS="$LDFLAGS -lrt -lrtmp"
|
LDFLAGS="$LDFLAGS -lrt -lrtmp"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||||
|
ac_cv_header_librtmp_rtmp_h=yes \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -66,12 +68,12 @@ cd $PKG_BUILD
|
|||||||
--without-krb4 \
|
--without-krb4 \
|
||||||
--without-spnego \
|
--without-spnego \
|
||||||
--without-gssapi \
|
--without-gssapi \
|
||||||
--without-ssl \
|
--with-ssl \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--without-egd-socket \
|
--without-egd-socket \
|
||||||
--enable-thread \
|
--enable-thread \
|
||||||
--with-random=/dev/urandom \
|
--with-random=/dev/urandom \
|
||||||
--with-gnutls="$SYSROOT_PREFIX/usr" \
|
--without-gnutls \
|
||||||
--without-polarssl \
|
--without-polarssl \
|
||||||
--without-nss \
|
--without-nss \
|
||||||
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \
|
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="http://curl.haxx.se"
|
PKG_SITE="http://curl.haxx.se"
|
||||||
PKG_URL="http://curl.haxx.se/download/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://curl.haxx.se/download/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="zlib gnutls rtmpdump"
|
PKG_DEPENDS="zlib openssl rtmpdump"
|
||||||
PKG_BUILD_DEPENDS="toolchain zlib gnutls rtmpdump"
|
PKG_BUILD_DEPENDS="toolchain zlib openssl rtmpdump"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="web"
|
PKG_SECTION="web"
|
||||||
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"
|
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user