Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m4116 dnl Determine the platform dependent parameters needed to use rpath:
127 dnl Complain if config.rpath is missing.
128 AC_REQUIRE_AUX_FILE([config.rpath])
135 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
149 dnl Determine whether the user wants rpath handling at all.
150 AC_ARG_ENABLE([rpath],
151 [ --disable-rpath do not hardcode runtime library paths],
640 dnl Weird platform: only the last -rpath option counts, the user must
654 dnl The -rpath options are cumulative.
748 dnl Weird platform: only the last -rpath option counts, the user
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac508 RPATH='-Wl,-rpath,$(1)'
789 dnl Support optional additions to rpath.
790 AC_ARG_WITH([rpath], optwith
791 [AS_HELP_STRING([--with-rpath=<rpath>], [Colon-separated rpath (ELF systems only)])],
H A DINSTALL.md57 * `--with-rpath=<colon-separated-rpath>`
H A Dconfigure1453 --with-rpath=<rpath> Colon-separated rpath (ELF systems only)
/f-stack/freebsd/kern/
H A Dvfs_cache.c3553 char *rpath, *fbuf; in vn_path_to_global_path() local
3560 error = vn_fullpath_global(vp, &rpath, &fbuf); in vn_path_to_global_path()
3567 if (strlen(rpath) >= pathlen) { in vn_path_to_global_path()
3589 strcpy(path, rpath); in vn_path_to_global_path()
/f-stack/freebsd/contrib/zlib/
H A DChangeLog537 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*