Ignore:
Timestamp:
2017-08-01T22:18:10+12:00 (7 years ago)
Author:
ak19
Message:

Documented the changes required to compile wget-1.19-gs. But it fails compilation on darwin.

File:
1 edited

Legend:

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

    r31836 r31840  
    284284#wget_pkgname=wget-1.15-gs
    285285wget_pkgname=wget-1.17.1-gs
     286#wget_pkgname=wget-1.19-gs
    286287echo ""
    287288echo "Configuring wget"
     
    315316##CPPFLAGS="-I$PACKAGES/openssl/include $CPPFLAGS" LDFLAGS="-L$PACKAGES/openssl/lib $LDFLAGS" ./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
    316317
    317 # for wget-1.17.1-gs. (can also try adding --localstatedir="$bindir/wget" --enable-iri)
     318# for wget-1.17.1-gs and wget-1.19-gs (can also try adding --localstatedir="$bindir/wget" --enable-iri)
    318319echo OPENSSL_CFLAGS="-I$PACKAGES/openssl/include" OPENSSL_LIBS="-L$PACKAGES/openssl/lib -lssl -lcrypto" ./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --with-openssl=auto --with-libssl-prefix="$PACKAGES/openssl" --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
    319320cd "$PACKAGES/wget/$wget_pkgname" && \
Note: See TracChangeset for help on using the changeset viewer.