diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-01-14 04:20:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-14 04:20:47 +0000 |
commit | 23d4b048f42531eee488f8ddf510371c9eaa0e0c (patch) | |
tree | e1743d89d2f87892aca7c966f0ca36fc9d5dfaf5 | |
parent | 5a048cc09baf8498736e25699ca85b3c69a01adb (diff) | |
parent | 9275a51232f4eab2aa73d4698e7676f95309c60e (diff) |
merge of 46041f133cbc74bb45da74974398099f4df06233
and 517eb93612fa6b35cf1845bfd8894d2b35a4772f
-rw-r--r-- | packages/samba/samba_3.0.20.bb | 2 | ||||
-rw-r--r-- | site/armeb-linux | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/samba/samba_3.0.20.bb b/packages/samba/samba_3.0.20.bb index 498fd6ebc6..0531ab575e 100644 --- a/packages/samba/samba_3.0.20.bb +++ b/packages/samba/samba_3.0.20.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://configure.patch;patch=1 \ 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} |