Ignore:
Timestamp:
02/16/2007 03:28:30 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
81f7dc1
Parents:
b4cf321
Message:

bug hunt in custom package examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/961-openssl

    rb4cf321 rdcf0e25  
    99
    1010PKG="openssl"
    11 PKG_VERSION="0.9.8c"
     11PKG_VERSION="0.9.8d"
    1212PKG_FILE="openssl-${PKG_VERSION}.tar.gz"
    1313URL="ftp://ftp.openssl.org/source/${PKG_FILE}"
    14 MD5="78454bec556bcb4c45129428a766c886"
    15 PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/openssl-0.9.8c-fix_manpages-1.patch"
     14MD5="8ed1853538e1d05a1f5ada61ebf8bffa"
     15for i in PATCH{1..10}; do
     16   unset $i
     17done
     18PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/openssl-0.9.8d-fix_manpages-1.patch"
    1619
    1720( cat << "xEOFx"
    1821
    1922sed -i -e 's/mcpu/march/' config
    20 patch -Np1 -i ../openssl-0.9.8c-fix_manpages-1.patch &&
     23patch -Np1 -i ../openssl-0.9.8d-fix_manpages-1.patch &&
    2124./config --openssldir=/etc/ssl --prefix=/usr shared &&
    2225make MANDIR=/usr/share/man
     
    2427make MANDIR=/usr/share/man install &&
    2528cp -v -r certs /etc/ssl &&
    26 install -v -d -m755 /usr/share/doc/openssl-0.9.8c &&
     29install -v -d -m755 /usr/share/doc/openssl-0.9.8d &&
    2730cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
    28     /usr/share/doc/openssl-0.9.8c
     31    /usr/share/doc/openssl-0.9.8d
    2932   
    3033
Note: See TracChangeset for help on using the changeset viewer.