Changeset 60d8f77 for general


Ignore:
Timestamp:
08/24/2014 12:21:29 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
222010af
Parents:
0a930ad
Message:

Yet even more checks and fixes.

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

Location:
general
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r0a930ad r60d8f77  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090      <xref linkend="db"/>,
    9191      <ulink url="http://www.freetds.org/">FreeTDS</ulink>,
    92       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     92      <xref linkend="mariadb"/>,
    9393      <xref linkend="openldap"/>,
    9494      <xref linkend="postgresql"/>,
  • general/genlib/apr.xml

    r0a930ad r60d8f77  
    4141    </para>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/json-c.xml

    r0a930ad r60d8f77  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/libmng.xml

    r0a930ad r60d8f77  
    3434    (MNG) files which are the animation equivalents to PNG files.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    commands:</para>
    7878
    79 <screen><userinput>sed -i "s:#include &lt;jpeg:#include &lt;stdio.h&gt;\n&amp;:" libmng_types.h &amp;&amp;
     79<screen><userinput>sed -i "/jpeglib.h/i #include &lt;stdio.h&gt;" libmng_types.h &amp;&amp;
    8080
    8181./configure --prefix=/usr --disable-static &amp;&amp;
  • general/prog/git.xml

    r0a930ad r60d8f77  
    4646    </para>
    4747
    48     &lfs75_checked;
     48    &lfs76_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    135135
    136136    <para>
     137      First, silence a lot of compiler warnings by running the following
     138      command:
     139    </para>
     140
     141<screen><userinput>sed -i "/BSD_SOURCE/d" git-compat-util.h</userinput></screen>
     142
     143    <para>
    137144      Install <application>Git</application> by running the following
    138145      commands:
    139146    </para>
    140147
    141 <screen><userinput>./configure --prefix=/usr         \
    142             --with-gitconfig=/etc/gitconfig &amp;&amp;
     148<screen><userinput>./configure --prefix=/usr --with-gitconfig=/etc/gitconfig &amp;&amp;
    143149make</userinput></screen>
    144150
  • general/prog/nasm.xml

    r0a930ad r60d8f77  
    3434    disassembler as well.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.