• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenLDAP-499.27/OpenLDAP/

Lines Matching refs:shlibpath_var

275 shlibpath_var=DYLD_LIBRARY_PATH
2358 if test -n "$shlibpath_var"; then
2359 # get the directories listed in $shlibpath_var
2360 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2909 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
4316 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
5159 if test -n "$shlibpath_var"; then
5160 # We should set the shlibpath_var
5178 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
5181 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5774 # Export our shlibpath_var if we have one.
5775 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5777 # Add our own library path to $shlibpath_var
5778 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5780 # Some systems cannot cope with colon-terminated $shlibpath_var
5782 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5784 export $shlibpath_var
6687 if test -n "$shlibpath_var"; then
6688 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6789 # Now add the directory to shlibpath_var.
6790 if eval "test -z \"\$$shlibpath_var\""; then
6791 eval "$shlibpath_var=\"\$dir\""
6793 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6797 # This variable tells wrapper scripts just to set shlibpath_var
6827 if test -n "$shlibpath_var"; then
6828 # Export the shlibpath_var.
6829 eval "export $shlibpath_var"
6844 if test -n "$shlibpath_var"; then
6845 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6846 $echo "export $shlibpath_var"