Home
last modified time | relevance | path

Searched refs:use_static_libs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/openldap/
H A D0004-revert-ITS-3977-fix-libtool-static-behavior-to-match.patch44 - use_static_libs=$prefer_static_libs
45 - if test "$use_static_libs" = built && test "$installed" = yes ; then
46 - use_static_libs=no
49 - { test "$use_static_libs" = no || test -z "$old_library"; }; then
/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/external/xserver/
H A Dltmain.sh8190 use_static_libs=$prefer_static_libs
8191 if test built = "$use_static_libs" && test yes = "$installed"; then
8192 use_static_libs=no
8195 { test no = "$use_static_libs" || test -z "$old_library"; }; then