Ignore:
Timestamp:
02/01/2015 07:09:09 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 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:
5892480
Parents:
e6ff713
Message:

Update to SWIG-3.0.5, ticket 6099

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    re6ff713 r477418d2  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "9cb8c0efda39dc6db5f85389e671fb59">
    10   <!ENTITY swig-size          "5.45 MB">
    11   <!ENTITY swig-buildsize     "78 MB (up to 1.1 GB for tests)">
     9  <!ENTITY swig-md5sum        "dcb9638324461b9baba8e044fe59031d">
     10  <!ENTITY swig-size          "5.60 MB">
     11  <!ENTITY swig-buildsize     "80 MB (up to 1.1 GB for tests)">
    1212  <!ENTITY swig-time          "0.4 SBU (22 SBU for tests of Guile, Go, Java, Lua, Perl, PHP, Python 2 and 3, Ruby, and Tcl)">
    1313]>
     
    127127
    128128<!-- Spaces are significant in <screen> sections -->
    129 <screen><userinput>./configure --prefix=/usr   \
    130             --without-clisp &amp;&amp;
     129<screen><userinput>./configure --prefix=/usr                      \
     130            --without-clisp                    \
     131            --without-maximum-compile-warnings &amp;&amp;
    131132make</userinput></screen>
    132133
     
    153154  <sect2 role="commands">
    154155    <title>Command Explanations</title>
     156
     157    <para>
     158      <parameter>--without-maximum-compile-warnings</parameter>: disables
     159      compiler ansi conformance enforcement, which triggers errors in
     160      the <application>Lua</application> headers (starting with Lua 5.3).
     161    </para>
    155162
    156163    <para>
Note: See TracChangeset for help on using the changeset viewer.