Changeset d0c2efe for x


Ignore:
Timestamp:
08/22/2014 08:17:40 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
62aff3f0
Parents:
d3f5d5f8
Message:

Update systemd instructions. Add standard ac flags to cairo to surpress awful amount of warnings.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo-systemd.xml

    rd3f5d5f8 rd0c2efe  
    125125    </para>
    126126
    127 <screen><userinput>CFLAGS="$CFLAGS -ffat-lto-objects" \
     127<screen><userinput>CFLAGS="$CFLAGS -O2 -g -ffat-lto-objects" \
    128128./configure --prefix=/usr    \
    129129            --enable-gl      \
     
    147147
    148148    <para>
    149       <command>CFLAGS="$CFLAGS -ffat-lto-objects"</command>: Fixes building
    150       with GCC 4.9.
     149      <command>CFLAGS="$CFLAGS -O2 -g -ffat-lto-objects"</command>: Last compiler
     150      flag fixes building with GCC 4.9, while the other two are the standard
     151      autoconf flags.
    151152    </para>
    152153
Note: See TracChangeset for help on using the changeset viewer.