Changeset 31840 for main/trunk/greenstone2/build-src/packages/configure
- Timestamp:
- 2017-08-01T22:18:10+12:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/build-src/packages/configure
r31836 r31840 284 284 #wget_pkgname=wget-1.15-gs 285 285 wget_pkgname=wget-1.17.1-gs 286 #wget_pkgname=wget-1.19-gs 286 287 echo "" 287 288 echo "Configuring wget" … … 315 316 ##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 316 317 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) 318 319 echo 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 319 320 cd "$PACKAGES/wget/$wget_pkgname" && \
Note:
See TracChangeset
for help on using the changeset viewer.