Ignore:
Timestamp:
2009-10-21T16:47:07+13:00 (15 years ago)
Author:
ak19
Message:

Libiconv and libexpat are now compiled up during configure time rather than during Make. Committing files affected with adjustments related to this change, of which setup.bash adds the lib folder in common-src packages (generated by compiling libiconv) to the LD_LIBRARY_PATH for now. The last is probably not necessary since libiconv is generated as a static library (not shared).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/setup.bash

    r20342 r20832  
    248248
    249249  if test "$GSDLOS" = "linux" ; then
    250       LD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS/lib:$LD_LIBRARY_PATH"
     250      LD_LIBRARY_PATH="$GSDLHOME/common-src/iconv/lib:$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/apache-httpd/$GSDLOS/lib:$DYLD_LIBRARY_PATH"
     254      DYLD_LIBRARY_PATH="$GSDLHOME/common-src/iconv/lib:$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.