Changeset 60d8f77 for general/prog


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/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.