Ignore:
Timestamp:
02/24/2016 07:31:59 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
996dfc4a
Parents:
a91856d1
Message:

Merge changes from trunk to r17005.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17009 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    ra91856d1 r9a3e4ba  
    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.