Changeset 36430 for main


Ignore:
Timestamp:
2022-08-22T15:17:05+12:00 (20 months ago)
Author:
davidb
Message:

Changes after further testing. Decision made to install libz (and header file) into the packages/openssl directory, as this is where wget is directed to, to look for additional libraries

File:
1 edited

Legend:

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

    r36429 r36430  
    143143# however, if the gnome-lib extension is off, this failes
    144144# => configure, compile up and install libz here
    145 
    146 
    147 # configure the pdftohtml converter
     145# => co-opt the openssl directory for installation of libz
     146#    as this is where wget is directed to look for additional libraries
     147
     148# configure the libz converter
    148149echo ""
    149150echo "Configuring libz"
     
    153154gzip -dc zlib-1.2.11.tar.gz | tar -xf -
    154155cd zlib-1.2.11 && \
    155 ./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     156./configure $CACHE_FILE --static --prefix="$PACKAGES/openssl" $HOSTTARGETFLAGS $ENVIRONMENT
    156157
    157158if test x$? != x0 ;
Note: See TracChangeset for help on using the changeset viewer.