Searched refs:PATCHELF (Results 1 – 1 of 1) sorted by relevance
45 local old_rpath="`$PATCHELF --print-rpath "$path"`"52 $PATCHELF --set-rpath "$new_rpath" "$path"223 if test -z "$PATCHELF"; then224 PATCHELF=`which patchelf 2> /dev/null`226 if test -z "$PATCHELF"; then227 PATCHELF=`which patchelf-uninative 2> /dev/null`229 if test -z "$PATCHELF"; then