Ignore:
Timestamp:
2017-07-28T19:26:50+12:00 (7 years ago)
Author:
ak19
Message:

Next working incremental commit. Wget doesn't need openssl libraries to run, since wget is built against statically-compiled up openssl. So openssl doesn't need to live in gs2build/bin/linux, but can be built in build-src/packages/openssl where it's extracted and compiled and needn't be included in the library.

File:
1 edited

Legend:

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

    r31829 r31830  
    4343        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    4444OPENSSL_PKG = openssl/openssl-1.0.2l
     45# When doing make clean, remove OpenSSL products too
     46OPENSSL_PRODUCTS = certs man misc private openssl.cnf
     47# The key OpenSSL products bin, include, lib folders no longer live in
     48# gs2build/bin/linux, but in the same location as the rest, so add that:
     49OPENSSL_PRODUCTS += bin include lib
    4550
    4651all:
     
    6772          (cd $$subdir && $(MAKE) distclean || exit 0) ; \
    6873        done
    69     (cd openssl && rm -rf certs man misc private openssl.cnf || exit 0)
     74    (cd openssl && rm -rf $(OPENSSL_PRODUCTS) || exit 0)
    7075    rm -rf $(OPENSSL_PKG)
Note: See TracChangeset for help on using the changeset viewer.