Ignore:
Timestamp:
08/22/2014 08:17:40 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
c8b42e01
Parents:
6283ab1
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

    r6283ab1 rb13775d  
    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.