Changeset ad6910d


Ignore:
Timestamp:
08/02/2015 10:18:11 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
0870572
Parents:
ac38e9dc
Message:

librep: Fix a build error. Thanks goes to Lee Hancock for reporting.
reiserfsprogs: Fix a build issue. Thanks goes to Lee Hancock for reporting.
Akonadi: add libxslt as a required dependency. Thanks goes to Tommy Lincoln and Micheal Gruben for reporting.
feh: Require imlib to be compiled with giflib for the test suite. Thanks goes to Tommy Lincoln for reporting

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rac38e9dc rad6910d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
     4<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 31st, &year;">
     9<!ENTITY releasedate  "August 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/prog/librep.xml

    rac38e9dc rad6910d  
    7676    commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     78<screen><userinput>sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&amp;\&amp; 0/g' src/repint.h &amp;&amp;
     79./configure --prefix=/usr --disable-static &amp;&amp;
    7980make</userinput></screen>
    8081
     
    8485
    8586<screen role="root"><userinput>make install</userinput></screen>
     87
     88  </sect2>
     89
     90  <sect2 role="commands">
     91    <title>Command Explanations</title>
     92
     93    <para>
     94      <command>sed -i...</command>: This command fixes a build error with GCC 5.
     95    </para>
    8696
    8797  </sect2>
  • introduction/welcome/changelog.xml

    rac38e9dc rad6910d  
    4545-->
    4646    <listitem>
     47      <para>August 2nd, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Fix a build error in librep. Thanks
     51          goes to Lee Hancock for reporting the problem and giving
     52          a fix.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - Fix a build problem with reiserfsprogs.
     56          Thanks goes to Lee Hancock for reporting the issue and
     57          giving a fix.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Add libxslt as a required dependency
     61          for Akonadi. Thanks goes to Tommy Lincoln and Micheal
     62          Gruben for reporting the issue.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[renodr] - Fix dependencies for feh to allow
     66          for a successful run of the test suite. Thanks goes to
     67          Tommy Lincoln for reporting the issue.</para>
     68        </listitem>
     69      </itemizedlist>
     70    </listitem>
     71
     72    <listitem>
    4773      <para>July 31st, 2015</para>
    4874      <itemizedlist>
    49         <listitem>[renodr] - Transfer book back to svn and make
    50         some minor adjustments.</para>
     75        <listitem>
     76          <para>[renodr] - Transfer book back to svn and make
     77          some minor adjustments.</para>
    5178        </listitem>
    5279      </itemizedlist>
  • kde/core/akonadi.xml

    rac38e9dc rad6910d  
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required">
     65      <xref linkend="libxslt"/>,
    6566      <xref linkend="boost"/>, one of:
    6667      <xref linkend="sqlite"/>,
  • postlfs/filesystems/reiser.xml

    rac38e9dc rad6910d  
    8484    commands:</para>
    8585
    86 <screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     86<screen><userinput>CFLAGS="$CFLAGS -std=gnu89" \
     87./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    8788make</userinput></screen>
    8889
     
    9899    <title>Command Explanations</title>
    99100
    100     <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    101     <application>reiserfsprogs</application> utilities are installed in
    102     <filename class="directory">/sbin</filename>.</para>
     101    <para>
     102        <envar>CFLAGS="$CFLAGS -std=gnu99"</envar>: This environment variable
     103        fixes a build error with GCC 5.
     104    </para>
     105
     106    <para>
     107      <parameter>--sbindir=/sbin</parameter>: This ensures that the
     108      <application>reiserfsprogs</application> utilities are installed in
     109      <filename class="directory">/sbin</filename>.
     110    </para>
    103111
    104112  </sect2>
  • xsoft/other/feh.xml

    rac38e9dc rad6910d  
    8181    <para role="required">
    8282      <xref linkend="libpng"/> and
    83       <xref linkend="imlib2"/>
     83      <xref linkend="imlib2"/> (built with
     84      <xref linkend="giflib"/> support for the test suite.)
    8485    </para>
    8586
Note: See TracChangeset for help on using the changeset viewer.