Ignore:
Timestamp:
2016-10-26T18:39:50+13:00 (8 years ago)
Author:
ak19
Message:

New yaz 2.1.56 was needed to get GS2 compiling to work again on Macs after going from producing dynamic linked to statically linked gnome-lib libraries. The new yaz finally compiles (see recent and current commits). Tested z3950server (built by configuring with --enable-z3950) against built yaz-client, and tested GLI's use of yaz-client against Library of Congress' z3950 server. It all works. Need to test Windows next.

File:
1 edited

Legend:

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

    r26977 r30954  
    192192  echo ""
    193193  cd "$PACKAGES/yaz"
    194   gzip -dc yaz-2.1.4.tar.gz | tar -xf -
    195   cd yaz-2.1.4 && \
     194  gzip -dc yaz-2.1.56.tar.gz | tar -xf -
     195  cd yaz-2.1.56 && \
    196196    ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" --bindir="$bindir" $HOSTTARGETFLAGS
    197197else
Note: See TracChangeset for help on using the changeset viewer.