Changeset 31073 for main


Ignore:
Timestamp:
2016-11-07T14:50:34+13:00 (7 years ago)
Author:
sjm84
Message:

Experimenting to fix yaz-client compilation failure on 32 bit linux.

File:
1 edited

Legend:

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

    r31059 r31073  
    194194  gzip -dc yaz-2.1.56.tar.gz | tar -xf -
    195195  cd yaz-2.1.56 && \
    196     ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" --bindir="$bindir" --disable-shared --enable-static $HOSTTARGETFLAGS
     196    PKG_CONFIG="pkg-config --static" ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" --bindir="$bindir" --disable-shared --enable-static $HOSTTARGETFLAGS
    197197else
    198198  echo "YAZ support disabled"
Note: See TracChangeset for help on using the changeset viewer.