xbmc / inputstream.rtmp

RTMP input stream add-on for Kodi
GNU General Public License v2.0
16 stars 26 forks source link

[depends] bump openssl to 1.1.1 #42

Closed Rechi closed 5 years ago

candrews commented 5 years ago

I realize this a bit beyond scope... but would it be possible to modify depends/windowsstore/librtmp/0003-openssl-1.1.patch so this would also build against libressl? Currently, with libressl, compilation fails with undefined reference to DH_set0_pqg

Rechi commented 5 years ago

@candrews as the name windowsstore already tells this patch is for the windowsstore version. Also it is only part of the depends system for Kodi binary addons, which means it will always only build with openssl. If you want to create a package for your disto just user your librtmp system library.

candrews commented 5 years ago

Yep, I'm already doing that. I've copied your rtmpdump patch adding the libressl modification I described: https://github.com/gentoo/gentoo/blob/master/media-video/rtmpdump/files/rtmpdump-openssl-1.1.patch Figured I'd send the changes back to you, just in case, even if they're probably not really useful.