Home | History | Annotate | Download | only in curl

Lines Matching refs:rpath

3745   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8094 # Make sure the rpath contains only unique directories.
8700 test -n "$rpath" && \
8701 func_warning "'-rpath' is ignored for archives"
8761 set dummy $rpath
8764 && func_warning "ignoring multiple '-rpath's for a libtool library"
8769 if test -z "$rpath"; then
9086 # If the user specified any rpath flags, then add them.
9122 if test -n "$rpath"; then
9548 rpath=$finalize_rpath
9549 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9550 for libdir in $rpath; do
9578 # Substitute the hardcoded libdirs into the rpath.
9586 rpath=
9588 func_append rpath "$dir:"
9590 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10095 test -n "$rpath" && \
10096 func_warning "'-rpath' is ignored for objects"
10268 if test -n "$rpath$xrpath"; then
10269 # If the user specified any rpath flags, then add them.
10270 for libdir in $rpath $xrpath; do
10271 # This is the magic to use -rpath.
10280 rpath=
10299 func_append rpath " $flag"
10323 # Substitute the hardcoded libdirs into the rpath.
10327 eval rpath=\" $hardcode_libdir_flag_spec\"
10329 compile_rpath=$rpath
10331 rpath=
10350 func_append rpath " $flag"
10359 # Substitute the hardcoded libdirs into the rpath.
10363 eval rpath=\" $hardcode_libdir_flag_spec\"
10365 finalize_rpath=$rpath
10430 rpath=
10432 func_append rpath "$dir:"
10434 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10438 rpath=
10440 func_append rpath "$dir:"
10442 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "