Ignore:
Timestamp:
10/24/2015 02:43:19 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5c33f429
Parents:
ce386957
Message:
  • Update to ntp-4.2.8p4 - Security update.
  • graphviz-2.38.0 fails to build with ghostscript-9.18.
  • audiofile-0.3.6: tests DO pass with --disable-static.
  • Update to gnutls-3.4.6.
  • Update to nss-3.20.1.
  • Update to nspr-4.10.10.
  • libmpeg2-0.5.1: install only shared libraries.
  • libquicktime-1.2.4: rephase one paragrah about doxygen.
  • libcanberra-0.30: include some "Command Explanations and fix one directory.
  • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one.
  • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal.
  • libogg-1.3.2: reformat.
  • FAAD2-2.7: reformat.
  • faac-1.28: reformat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16560 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/audiofile.xml

    rce386957 r41d241e  
    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     (b) 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.