| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | chrpath.bbclass | 20 # Throw away everything other than the rpath list 22 #bb.note("Current rpath for %s is %s" % (fpath, curr_rpath.strip())) 26 for rpath in rpaths: 27 # If rpath is already dynamic copy it to new_rpath and continue 28 if rpath.find("$ORIGIN") != -1: 29 new_rpaths.append(rpath) 31 rpath = os.path.normpath(rpath) 32 if baseprefix not in rpath and tmpdir not in rpath: 34 if rpath in ['/lib', '/usr/lib', '/lib64/', '/usr/lib64']: 35 bb.warn("Skipping RPATH %s as is a standard search path for %s" % (rpath, fpath)) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | 6 for cases where -rpath isn't specified. debian (#151024) 21 && command_line.rpath == NULL) 30 rpath = command_line.rpath; 31 if (rpath == NULL) 32 rpath = (const char *) getenv ("LD_RUN_PATH"); 33 + if ((rpath) && (strlen (rpath) == 0)) 34 + rpath = NULL;
|
| H A D | 0011-sync-with-OE-libtool-changes.patch | 10 fix-rpath.patch: 15 norm-rpath.patch: 38 + # We only want to hardcode in an rpath if it isn't in the 56 - func_append rpath " $flag" 57 + # We only want to hardcode in an rpath if it isn't in the 64 + rpath+=" $flag" 75 - func_append rpath " $flag" 76 + # We only want to hardcode in an rpath if it isn't in the 81 + func_append rpath " $flag"
|
| H A D | 0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch | 4 Subject: [PATCH] Fix rpath in libtool when sysroot is enabled 26 test "$opt_mode" != relink && rpath="$compile_rpath$rpath" 27 for libdir in $rpath; do
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-ust/ |
| H A D | 0001-Makefile.am-update-rpath-link.patch | 4 Subject: [PATCH] Makefile.am: update rpath link 10 …ed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link) 11 …ed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link) 28 …DFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,… 29 …DFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch | 25 + # We only want to hardcode in an rpath if it isn't in the 43 - func_append rpath " $flag" 44 + # We only want to hardcode in an rpath if it isn't in the 51 + rpath+=" $flag" 62 - func_append rpath " $flag" 63 + # We only want to hardcode in an rpath if it isn't in the 68 + func_append rpath " $flag"
|
| H A D | 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch | 17 test relink = "$opt_mode" || rpath=$compile_rpath$rpath 18 for libdir in $rpath; do
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch | 4 Subject: [PATCH] Add option to make the rpath relative under a specified root 7 Running "patchelf" with the option "--make-rpath-relative ROOTDIR" will 30 ROOTDIR/usr/lib. Like "--shrink-rpath", RPATHDIRs are also discarded 33 If the option "--relative-to-file" is given, the rpath will start 129 @@ -1041,7 +1092,27 @@ static void concatToRPath(string & rpath, const string & path) 162 + if (op == rpMakeRelative && !rpath) { 167 if (op == rpShrink && !rpath) { 202 + vector<string> rpathDirs = splitColonDelimitedString(rpath); 263 if (!rpath) { 297 [--set-rpath RPATH]\n\ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | nss-no-rpath-for-cross-compiling.patch | 4 Subject: [PATCH] nss:no rpath for cross compiling 21 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib' 22 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib' 24 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib' 25 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/ |
| H A D | lib.pri | 13 #QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,\'\$$ORIGIN\'/lib -Wl,-rpath,\'\$$ORIGIN\'/..…
|
| H A D | buildout.pri | 22 QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,\'\$$ORIGIN\'/lib -Wl,-rpath,\'\$$ORIGIN\'/../…
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | check-host-rpath | 88 local rpath dir 90 while read rpath; do 91 for dir in ${rpath//:/ }; do
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0009-patching-img2simg.mk-to-build-in-yocto-environment.patch | 36 -LDFLAGS += -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 37 - -Wl,-rpath-link=. \ 39 +LDFLAGS += -Wl,-rpath=$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 40 + -Wl,-rpath-link=$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android/ \
|
| H A D | 0010-patching-simg2img.mk-to-build-in-yocto-environment.patch | 36 -LDFLAGS += -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 37 - -Wl,-rpath-link=. \ 39 +LDFLAGS += -Wl,-rpath=$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 40 + -Wl,-rpath-link=$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android \
|
| H A D | 0001-patching-adb.mk-to-build-in-yocto-environment.patch | 42 -LDFLAGS += -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android -Wl,-rpath-link=. \ 44 +LDFLAGS += -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android -Wl,-rpath-link=$(OUT_DIR)/usr/lib/$(…
|
| H A D | 0004-patching-fastboot.mk-to-build-in-yocto-environment.patch | 41 LDFLAGS += -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 43 - -Wl,-rpath-link=. \ 45 + -Wl,-rpath-link=$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android \
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0034-clang-exclude-openembedded-distributions-from-settin.patch | 4 Subject: [PATCH] clang: exclude openembedded distributions from setting rpath 10 --sysroot during compile. This ensures that -rpath is not added for such 11 systems, since it is adding cross-compile paths to rpath which is not 29 + // therefore using -rpath is not needed, on the contrary it adds
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/chrpath/ |
| H A D | chrpath_0.16.bb | 1 SUMMARY = "Tool to edit rpath in ELF binaries" 2 DESCRIPTION = "chrpath allows you to change the rpath (where the \ 4 (yet) allow you to add an rpath if there isn't one already."
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/ |
| H A D | 0001-drop-including-rpath-cmake-module.patch | 4 Subject: [PATCH] drop including rpath cmake module 23 -include(rpath) 32 -include (rpath)
|
| /OK3568_Linux_fs/buildroot/package/ffmpeg/ |
| H A D | 0004-configure-add-extralibs-to-extralibs_xxx.patch | 20 @@ -7602,15 +7602,15 @@ rpath=$(enabled rpath && echo "-Wl,-rpath,\${libdir}")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0008-libtool.patch | 6 libstdc++ from gcc-runtime gets created with -rpath=/usr/lib/../lib for qemux86-64 30 func_warning "ignoring multiple \`-rpath's for a libtool library" 39 if test -z "$rpath"; then
|
| /OK3568_Linux_fs/buildroot/package/meson/ |
| H A D | 0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch | 11 …rpath,$ORIGIN/:$ORIGIN/../glib:$ORIGIN/../gobject:$ORIGIN/../gmodule' -Wl,-rpath-link,/home/naourr…
|
| /OK3568_Linux_fs/buildroot/package/gettext-tiny/ |
| H A D | gettext-tiny.mk | 46 $(INSTALL) -D -m 0755 $(@D)/gettext-gnu/build-aux/config.rpath \ 47 $(@D)/build-aux/config.rpath 84 $(INSTALL) -m 0644 -D $(@D)/build-aux/config.rpath $(HOST_DIR)/share/gettext-tiny/config.rpath
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | gcc-ld | 18 --script|--defsym|-init|-Map|--oformat|-rpath|\ 19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/ |
| H A D | pseudo.inc | 20 MAKEOPTS:class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" 36 …te=${STAGING_DIR_TARGET}${exec_prefix} --cflags="${CFLAGS}" --bits=${SITEINFO_BITS} --without-rpath 38 …te=${STAGING_DIR_TARGET}${exec_prefix} --cflags="${CFLAGS}" --bits=${SITEINFO_BITS} --without-rpath 93 …h-sqlite-lib=${baselib} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=32 --without-rpath 108 …h-sqlite-lib=${baselib} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=32 --without-rpath
|