Ignore:
Timestamp:
2014-10-13T16:55:46+13:00 (10 years ago)
Author:
ak19
Message:

Updating from wget-1.13.4 to wget-1.15. Both have Greenstone specific modifications, so this is now indicated in the naming of the package and untarred folder

File:
1 edited

Legend:

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

    r27799 r29366  
    208208echo ""
    209209cd "$PACKAGES/wget"
    210 gzip -dc wget.tar.gz | tar -xf -
     210gzip -dc wget-1.15-gs.tar.gz | tar -xf -
    211211if test x$crossOS = "xandroid" ;
    212212then
     
    216216fi
    217217
    218 cd "$PACKAGES/wget/wget-1.13.4" && \
     218cd "$PACKAGES/wget/wget-1.15-gs" && \
    219219#./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
    220220./configure $CACHE_FILE --prefix=$PACKAGES/wget --without-ssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
Note: See TracChangeset for help on using the changeset viewer.