Changeset 7b9c8a0 for common/libs


Ignore:
Timestamp:
03/17/2013 12:24:00 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
91d7db1
Parents:
cc0170c
Message:

Includes recent SSL instructions for LYNX in func_install_blfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    rcc0170c r7b9c8a0  
    154154fi
    155155if [ "$DEP_LYNX" = y ]; then
    156   if [ "$DEP_WGET" = y ]; then
    157     sed -i -e 's/configure/& --with-ssl --with-gnutls/' \
    158       $BUILDDIR$BLFS_ROOT/scripts/*lynx
    159   elif [ "$DEP_OPENSSL" = y ]; then
     156  if [ "$DEP_OPENSSL" = y -o "$DEP_WGET" = y ]; then
    160157    sed -i -e 's/configure/& --with-ssl/' \
     158           -e '/make$/i echo "#define USE_OPENSSL_INCL 1" >> lynx_cfg.h &&' \
    161159      $BUILDDIR$BLFS_ROOT/scripts/*lynx
    162160  fi
Note: See TracChangeset for help on using the changeset viewer.