diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 18:30:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 18:30:49 +0000 |
commit | cc4275d0e8eaa51f569e2e95fca27d7bd283e33c (patch) | |
tree | 22b6d0eaea4366c5f1d9f92ba0ac167df8ac8597 /include/site | |
parent | c598c2e68ab0e7e67c94607713a2e1d5e9c063c0 (diff) | |
download | upstream-cc4275d0e8eaa51f569e2e95fca27d7bd283e33c.tar.gz upstream-cc4275d0e8eaa51f569e2e95fca27d7bd283e33c.tar.bz2 upstream-cc4275d0e8eaa51f569e2e95fca27d7bd283e33c.zip |
fix gnupg compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/site')
-rw-r--r-- | include/site/linux-uclibc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index 2d34210066..e6cacd9390 100644 --- a/include/site/linux-uclibc +++ b/include/site/linux-uclibc @@ -37,7 +37,7 @@ ac_cv_have_accrights_in_msghdr=no ac_cv_have_broken_snprintf=no ac_cv_have_broken_snprintf=np ac_cv_have_control_in_msghdr=yes -ac_cv_have_decl_sys_siglist=yes +ac_cv_have_decl_sys_siglist=no ac_cv_have_openpty_ctty_bug=no ac_cv_have_openpty_ctty_bug=yes ac_cv_have_space_d_name_in_struct_dirent=yes |