Ignore:
Timestamp:
2013-01-30T14:05:17+13:00 (11 years ago)
Author:
davidb
Message:

wget configure tweaked for cross-compiling on andoird

File:
1 edited

Legend:

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

    r26664 r26819  
    201201cd "$PACKAGES/wget"
    202202gzip -dc wget.tar.gz | tar -xf -
     203if test x$crossOS = "xandroid" ;
     204then
     205  wget_extraargs="gl_cv_header_working_stdint_h=yes ac_cv_func_getopt_long_only=no"
     206else
     207  wget_extraargs=
     208fi
     209
    203210cd "$PACKAGES/wget/wget-1.13.4" && \
    204 #./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
    205 ./configure $CACHE_FILE --prefix=$PACKAGES/wget --without-ssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS
     211#./configure $CACHE_FILE --prefix=$PACKAGES/wget --with-ssl=openssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
     212./configure $CACHE_FILE --prefix=$PACKAGES/wget --without-ssl --bindir="$bindir" -disable-nls $HOSTTARGETFLAGS $wget_extraargs
    206213
    207214if test x$? = x1 ;
Note: See TracChangeset for help on using the changeset viewer.