Home
last modified time | relevance | path

Searched refs:old_library (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch145 install_name=$target/$old_library
146 $CP $old_library $install_name
148 - $MANIFEST f $FILEMODE $OWNER $GROUP $HERE/$old_library ${install_name#$DIST_ROOT}
149 + $MANIFEST f $FILEMODE $HERE/$old_library ${install_name#$DIST_ROOT}
/OK3568_Linux_fs/buildroot/package/openldap/
H A D0004-revert-ITS-3977-fix-libtool-static-behavior-to-match.patch49 - { test "$use_static_libs" = no || test -z "$old_library"; }; then
50 + { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
/OK3568_Linux_fs/buildroot/package/graphite2/
H A D0001-don-t-install-a-libtool-file-with-static-library.patch11 old_library set to ''):
17 old_library=''
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4302 old_library=
4406 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
7722 for l in $old_library $library_names; do
7725 if test "X$ll" = "X$old_library"; then # only static version available
7729 lib=$ladir/$old_library
7912 old_library=
7946 if test -z "$old_library"; then
7950 func_append convenience " $ladir/$objdir/$old_library"
7951 func_append old_convenience " $ladir/$objdir/$old_library"
7971 if test -n "$old_library" &&
[all …]
H A Dconfigure19732 …postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~…
19742 …s='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names;…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0007-libtool-Fix-support-for-NIOS2-processor.patch37 { test no = "$use_static_libs" || test -z "$old_library"; }; then
/OK3568_Linux_fs/buildroot/support/libtool/
H A Dbuildroot-libtool-v1.5.patch55 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18023 - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
18024 + test -n "$old_library" && func_append staticlibs " $dir/$old_library"
19697 - convenience="$convenience $ladir/$objdir/$old_library"
19698 - old_convenience="$old_convenience $ladir/$objdir/$old_library"
19699 + func_append convenience " $ladir/$objdir/$old_library"
19700 + func_append old_convenience " $ladir/$objdir/$old_library"
19723 - for l in $old_library $library_names; do
19726 + if test -n "$old_library" &&
19729 + linklib=$old_library
19731 + for l in $old_library $library_names; do
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dlib-link.m4538 dnl dlname, library_names, old_library, dependency_libs, current,
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m42477 …postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~…
2487 …s='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names;…