From b51504554f37f5ca1d872790e10b09427077b781 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 14:27:17 +0000 Subject: fixed krb5 by switching to master branch openssl3 works on that versin --- repo/system/rtmpdump.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/rtmpdump.xibuild') diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index a8597fb..cda2206 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -8,6 +8,7 @@ DESC="Tool to download rtmp streams" prepare () { sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile + } build () { @@ -15,6 +16,8 @@ build () { } package () { + mkdir -pv $PKG_DEST/usr/bin + mkdir -pv $PKG_DEST/usr/share make \ prefix='/usr' \ sbindir='/usr/bin' \ -- cgit v1.2.1