Changeset 22197


Ignore:
Timestamp:
2010-05-28T17:52:03+12:00 (14 years ago)
Author:
davidb
Message:

fixing up configure variable test

Location:
gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/EVINCE.sh

    r22195 r22197  
    1 #!/bin/bash
     1    #!/bin/bash
    22
    33package=evince
     
    1010prefix=$GEXTMUSICSTAND_INSTALLED
    1111
    12 export CFLAGS="-I$prefix/include -I$prefix/include/poppler/glib/"
     12export CFLAGS="-I$prefix/include"
    1313export LDFLAGS="-L$prefix/lib"
    1414
     
    3131    --disable-scrollkeeper --without-keyring
    3232
     33if [ ! -z $CROSSCOMPILE ] ; then
     34  if [ $force_config = "1" ] ; then
     35    echo "Changing libtool to cross-compiled version"
     36    /bin/cp $prefix/bin/arm-poky-linux-gnueabi-libtool $package$version/libtool
     37  fi
     38fi
     39
    3340opt_run_make $compile   $package $version
    3441opt_run_make $install   $package $version "install"
     
    3744    if [ $install = "1" ] ; then
    3845      pushd $prefix/lib ;
    39       for f in libdocument.la libpdf; do
     46      for f in libevbackend.la; do
    4047        sed -i~ -e "s; /usr/lib/; /usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/;g" $f
    4148      done
  • gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/ICON-NAMING-UTILS.sh

    r22129 r22197  
    1717opt_run_configure $force_config $auto_config $package $version "$prefix"
    1818
    19 if [ $configure = "1" ] ; then
     19if [ $force_config = "1" ] ; then
    2020  echo "If configure fails because it cannot detect XML::Simple"
    2121  echo "then one solution is do the following sudo command: "
Note: See TracChangeset for help on using the changeset viewer.