mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/rtmpdump: Don't apply openssl 1.1 patch with USE=libressl
That patch causes compilation errors when used with libressl Closes: https://bugs.gentoo.org/669708 Signed-off-by: Craig Andrews <candrews@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -24,7 +24,6 @@ DEPEND="ssl? (
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-openssl-1.1.patch"
|
||||
"${FILESDIR}/${PN}-swf_vertification_type_2.patch"
|
||||
"${FILESDIR}/${PN}-swf_vertification_type_2_part_2.patch"
|
||||
)
|
||||
@@ -66,6 +65,7 @@ src_prepare() {
|
||||
-e 's:OPT:OPTS:' \
|
||||
-e 's:CFLAGS=.*:& $(OPT):' librtmp/Makefile \
|
||||
|| die "failed to fix Makefile"
|
||||
use ssl && use !gnutls && use !libressl && eapply "${FILESDIR}/${PN}-openssl-1.1.patch"
|
||||
default
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ DEPEND="ssl? (
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-openssl-1.1.patch"
|
||||
"${FILESDIR}/${PN}-swf_vertification_type_2.patch"
|
||||
"${FILESDIR}/${PN}-swf_vertification_type_2_part_2.patch"
|
||||
)
|
||||
@@ -66,6 +65,7 @@ src_prepare() {
|
||||
-e 's:OPT:OPTS:' \
|
||||
-e 's:CFLAGS=.*:& $(OPT):' librtmp/Makefile \
|
||||
|| die "failed to fix Makefile"
|
||||
use ssl && use !gnutls && use !libressl && eapply "${FILESDIR}/${PN}-openssl-1.1.patch"
|
||||
default
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user