mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Remove an unneeded sed in vlc instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23438 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
471904e925
commit
204c6385f4
@ -230,7 +230,6 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h &&
|
||||
sed -i '/LIBSSH2_VERSION_NUM/s/10801/10900/' modules/access/sftp.c &&
|
||||
sed -i '/#include <QWidget>/a\#include <QPainterPath>/' \
|
||||
modules/gui/qt/util/timetooltip.hpp &&
|
||||
sed -i '/#include <QPainter>/a\#include <QPainterPath>/' \
|
||||
@ -266,11 +265,6 @@ make</userinput></screen>
|
||||
building with the current version of <xref linkend="lua"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... modules/access/sftp.c</command>: This command fixes
|
||||
building with <xref linkend="libssh2"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... a\#include <QPainterPath>/ ...</command>: These two
|
||||
sed commands fix building with Qt-5.15.0.
|
||||
|
Loading…
Reference in New Issue
Block a user