Ignore:
Timestamp:
2017-07-28T21:57:40+12:00 (7 years ago)
Author:
ak19
Message:

Some minor fixes like to make setting the version of open-ssl easier. Still can't compile up wget-1.15 on Mac against openssl 1.0.2l. Same error as when compiling wget 1.15 or 1.17.1 on Ubuntu against openssl 1.1.0f. The error message in both cases is: --with-ssl=openssl was given, but SSL is not available. Next, on LSB 64 bit (releasekit machine), I need to confirm this, but I think wget 1.15 compiled successfully against openssl 1.0.2l, that is, using the early versions of both. But with the upgrade to wget 1.17.1, wget fails to compile with an error message of Unknown option: utf8. Online pages seem to indicate this has to do with a version of pod2man on the system. We don't want to change our LSB. Does this mean that we have to settle for wget 1.15? But what do we do about Mac where neither version of wget builds?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r31832 r31833  
    4242        wget/wget-1.17.1-gs cpan/XML-Parser-2.41 \
    4343        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
     44
    4445OPENSSL_PKG = openssl/openssl-1.0.2l
     46#OPENSSL_PKG = openssl/openssl-1.1.0f
    4547# When doing make clean, remove OpenSSL products too
    4648OPENSSL_PRODUCTS = certs man misc private openssl.cnf
Note: See TracChangeset for help on using the changeset viewer.