Changeset 10433


Ignore:
Timestamp:
2005-08-08T11:59:05+12:00 (19 years ago)
Author:
kjdon
Message:

made the yaz configure command not use xml2 and iconv library. at some stage need to modify the greenstone configure script so that we can use these if they are there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r10366 r10433  
    169169  gzip -dc yaz-2.1.4.tar.gz | tar -xf -
    170170  cd yaz-2.1.4 && \
    171     ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" $HOSTTARGETFLAGS
     171    ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" --with-xml2=no --with-iconv=no $HOSTTARGETFLAGS
    172172  cd "$PACKAGES/d2m"
    173173  ./configure $CACHE_FILE --prefix="$PACKAGES/d2m" $HOSTTARGETFLAGS
Note: See TracChangeset for help on using the changeset viewer.