Changeset 35468


Ignore:
Timestamp:
2021-09-24T10:14:28+12:00 (3 years ago)
Author:
davidb
Message:

Updated to newer version of openssl to work with newer versions of gcc; also changed install target to be 'install_sw' as this skips installing all the doc/man pages, which we don't need

Location:
gs2-extensions/subversion/trunk/src/packages
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/subversion/trunk/src/packages/CASCADE-MAKE/OPENSSL.sh

    r23376 r35468  
    22
    33package=openssl
    4 version=-1.0.0b
     4#version=-1.0.0b
     5version=-1.1.1k
    56
    67progname=$0
     
    1819
    1920opt_run_make $compile   $package $version
    20 opt_run_make $install   $package $version "install"
     21opt_run_make $install   $package $version "install_sw"
    2122opt_run_make $clean     $package $version "clean"
    2223opt_run_make $distclean $package $version "distclean"
Note: See TracChangeset for help on using the changeset viewer.