Ignore:
Timestamp:
2011-01-14T15:46:02+13:00 (13 years ago)
Author:
sjm84
Message:

Modifying wvWare to put its libraries into /data/sjm84/greenstone2-svn/lib/[linux|darwin] and also added this directory to the [DY]LD_LIBRARY_PATH when sourcing setup.bash

File:
1 edited

Legend:

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

    r22696 r23588  
    119119##fi
    120120
     121libdir="${prefix}/lib/$GSDLOS"
     122
    121123# This loads the top configure's cache file, with variables already set.
    122124if test -f "$cache_file" ; then
     
    137139# datadir is for default location of wvHtml.xml config file
    138140cd wv-gs && \
    139 ./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --datadir="$prefix/etc/packages" $HOSTTARGETFLAGS
     141./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --libdir="$libdir" --datadir="$prefix/etc/packages" $HOSTTARGETFLAGS
    140142
    141143# configure the pdftohtml converter
Note: See TracChangeset for help on using the changeset viewer.