IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14423


Ignore:
Timestamp:
Aug 7, 2007, 4:29:01 PM (19 years ago)
Author:
eugene
Message:

respect CPATH and LIBRARY_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r13912 r14423  
    9191    # set build environment variables
    9292    ps_setenv ("PATH",            "--path");
     93    ps_setenv ("CPATH",           "--cpath");
    9394    ps_setenv ("ARCH",            "--arch");
     95    ps_setenv ("LIBRARY_PATH",    "--library_path");
    9496    ps_setenv ("LD_LIBRARY_PATH", "--ld_library_path");
    9597    ps_setenv ("PKG_CONFIG_PATH", "--pkg_config_path");
Note: See TracChangeset for help on using the changeset viewer.