Ignore:
Timestamp:
11/25/2018 11:50:19 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2470be2d
Parents:
50d5132
Message:

Update to acpid-2.0.31.
Update to tree-1.8.0.
Update to nasm-2.14.
Update to atkmm-2.28.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/nasm.xml

    r50d5132 rb7547d4  
    77  <!ENTITY nasm-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&nasm-version;/nasm-&nasm-version;.tar.xz">
    88  <!ENTITY nasm-download-ftp  " ">
    9   <!ENTITY nasm-md5sum        "d5ca2ad7121ccbae69dd606b1038532c">
    10   <!ENTITY nasm-size          "788 KB">
    11   <!ENTITY nasm-buildsize     "27 MB" >
     9  <!ENTITY nasm-md5sum        "7d0f554cacd6c5021b3cda3ba9f2474c">
     10  <!ENTITY nasm-size          "808 KB">
     11  <!ENTITY nasm-buildsize     "32 MB" >
    1212  <!ENTITY nasm-time          "0.2 SBU">
    1313]>
     
    7878
    7979<screen><userinput>tar -xf ../nasm-&nasm-version;-xdoc.tar.xz --strip-components=1</userinput></screen>
    80 
    81     <para>
    82       Apply some upstream fixes, which are needed for compiling with gcc-8.1:
    83     </para>
    84 
    85 <screen><userinput>sed -e '/seg_init/d'                      \
    86     -e 's/pure_func seg_alloc/seg_alloc/' \
    87     -i include/nasmlib.h</userinput></screen>
    8880
    8981    <para>Install <application>NASM</application> by running
Note: See TracChangeset for help on using the changeset viewer.