Home
last modified time | relevance | path

Searched refs:rpath (Results 101 – 125 of 155) sorted by relevance

1234567

/freebsd/contrib/libevent/
H A DMakefile.in281 @INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
298 @INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
309 @INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
322 @INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@ -rpath $(libdir)
334 @INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@ -rpath $(libdir)
H A Dconfigure9898 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10462 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
10464 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
10759 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10767 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10775 hardcode_libdir_flag_spec='-rpath $libdir'
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.in281 @INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
298 @INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
309 @INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
322 @INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@ -rpath $(libdir)
334 @INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@ -rpath $(libdir)
H A Dconfigure10693 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11261 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11263 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11560 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11568 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11576 hardcode_libdir_flag_spec='-rpath $libdir'
/freebsd/contrib/dialog/
H A DCHANGES57 + modify configure script to make Solaris -R rpath feature work
327 DESTDIR and rpath were combined
372 + CF_LD_RPATH_OPT, change FreeBSD to use -Wl,-rpath rather than
373 -rpath option. According to FreeBSD #178732, either works since
375 -Wl,-rpath form.
961 + add "--disable-rpath-hack" option, along with scripting to add
962 rpath option to libraries found in unusual places.
/freebsd/crypto/heimdal/lib/ntlm/
H A DMakefile.in494 $(libheimntlm_la_LINK) -rpath $(libdir) $(libheimntlm_la_OBJECTS) $(libheimntlm_la_LIBADD) $(LIBS)
/freebsd/crypto/heimdal/base/
H A DMakefile.in479 $(libheimbase_la_LINK) -rpath $(libdir) $(libheimbase_la_OBJECTS) $(libheimbase_la_LIBADD) $(LIBS)
/freebsd/contrib/file/src/
H A DMakefile.in501 …$(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LI…
/freebsd/contrib/sqlite3/
H A DMakefile.in505 …$(AM_V_CCLD)$(libsqlite3_la_LINK) -rpath $(libdir) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD…
H A Dconfigure10705 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11273 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11275 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11573 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11581 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11589 hardcode_libdir_flag_spec='-rpath $libdir'
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8956 static void PrintRpathLoadCommand(MachO::rpath_command rpath, const char *Ptr) { in PrintRpathLoadCommand() argument
8958 outs() << " cmdsize " << rpath.cmdsize; in PrintRpathLoadCommand()
8959 if (rpath.cmdsize < sizeof(struct MachO::rpath_command)) in PrintRpathLoadCommand()
8963 if (rpath.path >= rpath.cmdsize) in PrintRpathLoadCommand()
8964 outs() << " path ?(bad offset " << rpath.path << ")\n"; in PrintRpathLoadCommand()
8966 const char *P = (const char *)(Ptr) + rpath.path; in PrintRpathLoadCommand()
8967 outs() << " path " << P << " (offset " << rpath.path << ")\n"; in PrintRpathLoadCommand()
/freebsd/contrib/unbound/
H A Dconfigure1597 --disable-rpath disable hardcoded rpath (default=enabled)
12681 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
13249 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
13251 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
13548 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
13556 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
13564 hardcode_libdir_flag_spec='-rpath $libdir'
25459 "disable-rpath") CONFIG_COMMANDS="$CONFIG_COMMANDS disable-rpath" ;;
26571 "disable-rpath":C)
H A Dconfigure.ac515 # add option to disable the evil rpath
1066 CFLAGS="$CFLAGS -Wl,-rpath,$ssldir_lib"
/freebsd/crypto/heimdal/lib/kafs/
H A DMakefile.in513 $(libkafs_la_LINK) -rpath $(libdir) $(libkafs_la_OBJECTS) $(libkafs_la_LIBADD) $(LIBS)
/freebsd/crypto/heimdal/lib/sl/
H A DMakefile.in501 $(libsl_la_LINK) -rpath $(libdir) $(libsl_la_OBJECTS) $(libsl_la_LIBADD) $(LIBS)
/freebsd/contrib/openpam/lib/libpam/
H A DMakefile.in572 $(AM_V_CCLD)$(libpam_la_LINK) -rpath $(libdir) $(libpam_la_OBJECTS) $(libpam_la_LIBADD) $(LIBS)
/freebsd/crypto/heimdal/
H A DChangeLog.2000162 * configure.in: use the libtool -rpath, do not rely on ld
163 understanding -rpath
/freebsd/crypto/heimdal/lib/com_err/
H A DMakefile.in504 $(libcom_err_la_LINK) -rpath $(libdir) $(libcom_err_la_OBJECTS) $(libcom_err_la_LIBADD) $(LIBS)
/freebsd/contrib/openbsm/
H A Dconfigure8797 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9361 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
9363 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
9657 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9665 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9673 hardcode_libdir_flag_spec='-rpath $libdir'
/freebsd/contrib/file/
H A Dconfigure10475 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11043 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11045 …efined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri…
11342 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11350 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11358 hardcode_libdir_flag_spec='-rpath $libdir'
/freebsd/crypto/heimdal/lib/wind/
H A DMakefile.in608 $(libwind_la_LINK) -rpath $(libdir) $(libwind_la_OBJECTS) $(libwind_la_LIBADD) $(LIBS)
/freebsd/contrib/sendmail/src/
H A DREADME1427 using that version, instead of -blibpath, use its -rpath option.
1430 gcc -Wl,-rpath /usr/lib -Wl,-rpath /lib -Wl,-rpath /usr/local/lib
/freebsd/contrib/ldns/
H A DMakefile.in261 …mktime_from_utc|qsort_rr_compare_nsec3)' -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIM…
264 $(LINK_LIB) -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
327 …module -version-info $(version_info) -no-undefined -o $@ ldns_wrapper.lo -rpath $(python_site) -L.…
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1315 if (!config->rpath.empty()) in computeContents()
1317 part.dynStrTab->addString(config->rpath)); in computeContents()
/freebsd/crypto/heimdal/lib/asn1/
H A DMakefile.in709 $(libasn1_la_LINK) -rpath $(libdir) $(libasn1_la_OBJECTS) $(libasn1_la_LIBADD) $(LIBS)

1234567