diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-01-12 19:30:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-12 19:30:51 +0000 |
commit | 9275a51232f4eab2aa73d4698e7676f95309c60e (patch) | |
tree | 0dc87ced75054f259dccba6ae9027b53a7074c9d /site | |
parent | 685ac6bcfbdbe1890c47eefdcb96b7903e013595 (diff) |
samba - Fix LFS issue
Diffstat (limited to 'site')
-rw-r--r-- | site/armeb-linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/armeb-linux b/site/armeb-linux index 21f7397da4..452e3abbf7 100644 --- a/site/armeb-linux +++ b/site/armeb-linux @@ -99,6 +99,11 @@ samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes} samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes} samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes} samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes} +samba_cv_STAT_STATVFS64=${samba_cv_STAT_STATVFS64=yes} +samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes} +samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes} +samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes} + # sleepycat db db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |