Changeset 31059 for main/trunk


Ignore:
Timestamp:
2016-11-04T15:25:51+13:00 (7 years ago)
Author:
sjm84
Message:

Changed YAZ configure to only produce static library, to help with compilation on LSB 64-bit, which otherwise reported a linking error with libcrypto.so not being compiled with fPIC

File:
1 edited

Legend:

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

    r30954 r31059  
    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" $HOSTTARGETFLAGS
     196    ./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.