Changeset aefbe0f


Ignore:
Timestamp:
03/03/2013 12:49:07 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
930b742
Parents:
96857f8
Message:

Add ssl support to lynx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r96857f8 raefbe0f  
    153153  sed -i 's/^make$/make -j1/' $BUILDDIR$BLFS_ROOT/scripts/*openssl
    154154fi
     155if [ "$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
     160    sed -i -e 's/configure/& --with-ssl/' \
     161      $BUILDDIR$BLFS_ROOT/scripts/*lynx
     162  fi
     163fi
    155164# At last generates the build Makefile
    156165mkdir -p $BUILDDIR$BLFS_ROOT/work
Note: See TracChangeset for help on using the changeset viewer.