Ignore:
Timestamp:
08/24/2014 12:21:29 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
dc26bf21
Parents:
0b37e9d6
Message:

Yet even more checks and fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r0b37e9d6 r607c1e67  
    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
Note: See TracChangeset for help on using the changeset viewer.