Changeset ad6910d for general


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.