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

Lines Matching refs:shlibpath_var

2012     if test -n "$shlibpath_var"; then
2013 # get the directories listed in $shlibpath_var
2014 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2563 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3970 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4813 if test -n "$shlibpath_var"; then
4814 # We should set the shlibpath_var
4832 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4835 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5428 # Export our shlibpath_var if we have one.
5429 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5431 # Add our own library path to $shlibpath_var
5432 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5434 # Some systems cannot cope with colon-terminated $shlibpath_var
5436 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5438 export $shlibpath_var
6341 if test -n "$shlibpath_var"; then
6342 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6443 # Now add the directory to shlibpath_var.
6444 if eval "test -z \"\$$shlibpath_var\""; then
6445 eval "$shlibpath_var=\"\$dir\""
6447 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6451 # This variable tells wrapper scripts just to set shlibpath_var
6481 if test -n "$shlibpath_var"; then
6482 # Export the shlibpath_var.
6483 eval "export $shlibpath_var"
6498 if test -n "$shlibpath_var"; then
6499 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6500 $echo "export $shlibpath_var"