Ignore:
Timestamp:
02/14/2016 04:24:59 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2db87f5
Parents:
3bd40abd
Message:
  • Lua-5.3.2 and VLC-2.2.2 need to be compiled with Lua compat 5.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16972 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r3bd40abd rae5a7024  
    221221
    222222    <para>
     223      If you wish to avoid thousands of annoying warnings, issue:
     224    </para>
     225
     226<screen><userinput>sed -i 's/ifndef __FAST_MATH__/if 0/g' configure.ac</userinput></screen>
     227
     228    <para>
    223229      Install <application>VLC</application> by running the following commands:
    224230    </para>
     
    242248
    243249sed -e '/seems to be moved/s/^/#/' \
    244     -i autotools/ltmain.sh libtool &amp;&amp;
    245 
    246 make</userinput></screen>
     250    -i autotools/ltmain.sh libtool &amp;&amp;</userinput></screen>
     251
     252    <para>
     253      In order to build with Lua 5.1 compatiblity, issue:
     254    </para>
     255
     256<screen><userinput>CFLAGS='-fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_1' make </userinput></screen>
    247257
    248258    <para>
Note: See TracChangeset for help on using the changeset viewer.