diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-26 18:34:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-26 18:34:24 +0000 |
commit | 75123bd13181a221e2ce40c409c2d63d176bd48b (patch) | |
tree | cca3f74b62e09416e3321461c21c221b822d30ac | |
parent | 1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff (diff) | |
download | mtk-20170518-75123bd13181a221e2ce40c409c2d63d176bd48b.zip mtk-20170518-75123bd13181a221e2ce40c409c2d63d176bd48b.tar.gz mtk-20170518-75123bd13181a221e2ce40c409c2d63d176bd48b.tar.bz2 |
prevent ldconfig use in autoconf based packages
SVN-Revision: 8496
-rw-r--r-- | include/site/linux-uclibc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index d528c9b..e7acc2b 100644 --- a/include/site/linux-uclibc +++ b/include/site/linux-uclibc @@ -47,6 +47,7 @@ ac_cv_lbl_unaligned_fail=no ac_cv_linux_kernel_pppoe=yes ac_cv_linux_vers=2 ac_cv_pack_bitfields_reversed=yes +ac_cv_path_LDCONFIG= ac_cv_regexec_segfault_emptystr=no ac_cv_sctp=no ac_cv_sys_restartable_syscalls=yes |