Changeset 20855


Ignore:
Timestamp:
2009-10-28T18:32:28+13:00 (14 years ago)
Author:
ak19
Message:

Removed recent adjustment to (DY)LD_LIBRARY_PATH which pointed to iconv, since iconv is now being statically linked in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/setup.bash

    r20832 r20855  
    248248
    249249  if test "$GSDLOS" = "linux" ; then
    250       LD_LIBRARY_PATH="$GSDLHOME/common-src/iconv/lib:$GSDLHOME/apache-httpd/$GSDLOS/lib:$LD_LIBRARY_PATH"
     250      LD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS/lib:$LD_LIBRARY_PATH"
    251251      export LD_LIBRARY_PATH
    252252 
    253253  elif test "$GSDLOS" = "darwin" ; then
    254       DYLD_LIBRARY_PATH="$GSDLHOME/common-src/iconv/lib:$GSDLHOME/apache-httpd/$GSDLOS/lib:$DYLD_LIBRARY_PATH"
     254      DYLD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS/lib:$DYLD_LIBRARY_PATH"
    255255      export DYLD_LIBRARY_PATH
    256256  fi
Note: See TracChangeset for help on using the changeset viewer.