Changeset 6eb029d


Ignore:
Timestamp:
02/15/2013 02:06:47 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
099fa3db
Parents:
c97d81d
Message:

Attr requires Gettext to build.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10151 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rc97d81d r6eb029d  
    3838  reinstallation is addressed in BLFS.</para>
    3939
     40<!-- Begin Attr dependency info -->
     41  <bridgehead renderas="sect2" id="attr-dep">attr</bridgehead>
     42
     43      <segmentedlist>
     44        <segtitle>&dependencies;</segtitle>
     45
     46        <seglistitem>
     47          <seg>Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed, and
     48          Texinfo</seg>
     49        </seglistitem>
     50      </segmentedlist>
     51
     52      <segmentedlist>
     53        <segtitle>&testsuites;</segtitle>
     54
     55        <seglistitem>
     56          <seg>Automake, Diffutils, Findutils, GCC, and Libtool</seg>
     57        </seglistitem>
     58      </segmentedlist>
     59
     60      <segmentedlist>
     61        <segtitle>&before;</segtitle>
     62
     63        <seglistitem>
     64          <seg>Systemd</seg>
     65        </seglistitem>
     66      </segmentedlist>
     67
     68      <segmentedlist>
     69        <segtitle>&external;</segtitle>
     70
     71        <seglistitem>
     72          <seg>None</seg>
     73        </seglistitem>
     74      </segmentedlist>
     75
    4076<!-- Begin Autoconf dependency info -->
    4177  <bridgehead renderas="sect2" id="autoconf-dep">Autoconf</bridgehead>
  • chapter06/chapter06.xml

    rc97d81d r6eb029d  
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    4041  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    4142  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     
    5960  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    6061  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    61   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
  • general.ent

    rc97d81d r6eb029d  
    1 <!ENTITY version "SYSTEMD-20130213">
    2 <!ENTITY releasedate "February 13, 2013">
     1<!ENTITY version "SYSTEMD-20130215">
     2<!ENTITY releasedate "February 15, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.