Ignore:
Timestamp:
02/20/2016 10:13:22 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f37d08b
Parents:
e6967a1
Message:

Update custom/examples. Thanks to Tom Armistead for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/997-nasm

    re6967a1 r9543675  
    66
    77PKG="nasm"
    8 PKG_VERSION="0.98.39"
    9 PKG_FILE="nasm-${PKG_VERSION}.tar.bz2"
    10 URL="http://downloads.sourceforge.net/nasm/${PKG_FILE}"
    11 MD5="2032ad44c7359f7a9a166a40a633e772"
     8PKG_VERSION="2.11.08"
     9PKG_FILE="nasm-${PKG_VERSION}.tar.xz"
     10URL="http://www.nasm.us/pub/nasm/releasebuilds/2.11.08/${PKG_FILE}"
     11MD5="0d461a085b088a14dd6628c53be1ce28"
    1212for i in PATCH{1..10}; do
    1313   unset $i
    1414done
    15 PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/nasm-0.98.39-security_fix-1.patch"
    1615
    1716( cat << "xEOFx"
    1817
    19 patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
    2018./configure --prefix=/usr &&
    2119make
    22 make -C rdoff/doc
    23 make -C rdoff/doc html
    2420
    25 make install &&
    26 make install_rdf &&
    27 install -v -m644 rdoff/doc/rdoff.info /usr/share/info &&
    28 install -v -m755 -d /usr/share/doc/nasm/html &&
    29 install -v -m644 rdoff/doc/v1-v2.txt /usr/share/doc/nasm &&
    30 cp -v -R rdoff/doc/rdoff /usr/share/doc/nasm/html
     21make install
    3122
    3223xEOFx
Note: See TracChangeset for help on using the changeset viewer.