Ignore:
Timestamp:
01/31/2016 08:31:08 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
5ee2c13
Parents:
2df08064
Message:

Merge changes from trunk Chpater 45 (systemd Chapter 37)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/audiofile.xml

    r2df08064 rd19fb65  
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs78_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     106
    106107make</userinput></screen>
    107108
    108109    <para>
    109       To test the results, issue: <command>make check</command>.
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
     112
     113<screen role="root"><userinput>make install</userinput></screen>
     114
     115    <para>
     116      To test the results, issue: <command>make check</command>.
    110117      Note that the tests will fail if the --disable-static
    111       option is used.
    112     </para>
    113 
    114     <para>
    115       Now, as the <systemitem class="username">root</systemitem> user:
    116     </para>
    117 
    118 <screen role="root"><userinput>make install</userinput></screen>
     118      option is used and tests are executed before
     119      <command>make install</command>. You have three options:
     120    </para>
     121
     122    <para>
     123     (a) configure without --disable-static, run the tests, but do not
     124     install, then start a fresh build using --disable-static just for
     125     installing the package.
     126    </para>
     127
     128    <para>
     129     (b) configure with --disable-static, but only run the tests after the
     130     package is installed.
     131    </para>
     132
     133    <para>
     134     (c) configure with --disable-static, but only run the tests after a
     135     DESTDIR install.
     136    </para>
    119137
    120138  </sect2>
Note: See TracChangeset for help on using the changeset viewer.