Changeset 24815


Ignore:
Timestamp:
2011-11-15T20:49:08+13:00 (12 years ago)
Author:
ak19
Message:

Replacing wget-1.11.4 with wget-1.13.4 since it stopped compiling on Ubuntu 11 after updates: missing method definition to SSLv2_client_method. This was fixed in wget-1.13.4. The latter however requires us to explicitly set the with-ssl=openssl flag during configuration.

Location:
main/trunk/greenstone2/build-src/packages
Files:
4 edited

Legend:

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

    r24298 r24815  
    3838
    3939PACKAGEDIRS +=  rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    40         wget/wget-1.11.4 cpan/XML-Parser-2.34 \
     40        wget/wget-1.13.4 cpan/XML-Parser-2.34 \
    4141        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    4242
  • main/trunk/greenstone2/build-src/packages/Makefile.in

    r23800 r24815  
    3838
    3939PACKAGEDIRS +=  rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    40         wget/wget-1.11.4 cpan/XML-Parser-2.34 \
     40        wget/wget-1.13.4 cpan/XML-Parser-2.34 \
    4141        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    4242
  • main/trunk/greenstone2/build-src/packages/configure

    r24632 r24815  
    181181cd "$PACKAGES/wget"
    182182gzip -dc wget.tar.gz | tar -xf -
    183 cd "$PACKAGES/wget/wget-1.11.4" && \
    184 ./configure $CACHE_FILE --prefix=$PACKAGES/wget --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
     183cd "$PACKAGES/wget/wget-1.13.4" && \
     184./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
    185185
    186186
Note: See TracChangeset for help on using the changeset viewer.