commit b83425fef3983af36dca0779e6e92a47b5cb5e68
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jan 18 09:54:14 2020 +0100
Fixup sftp disabled for el8
vlc.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index a3c5935..73a61bc 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -334,7 +334,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
--enable-lua \
%{?_with_live555:--enable-live555} \
%{?_with_opencv:--enable-opencv} \
- --enable-sftp \
+%{!?el8:--enable-sftp} \
%{?_with_vcdimager:--enable-vcdx} \
%{?_with_rpi: \
--enable-omxil \
@@ -354,7 +354,6 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
%{?!_without_freeworld: --enable-realrtsp} \
--enable-flac \
--enable-tremor \
-%{?el8:--disable-libssh2} \
--enable-speex \
--enable-theora \
--enable-libass \
Show replies by date