diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 23:57:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 23:57:28 +0000 |
commit | 09227756baa680062080539019f06c2b67602226 (patch) | |
tree | 4e0cadcdc0728679b3bd4a5e456a389e3fcc634e /packages | |
parent | e4919a25772c05d236298b5a74b78ae69f5c2933 (diff) |
samba: fix uclibc builds (struct timespec) in 3.0.20
- configure.in has an AC_TRY_COMPILE check for the existence of
- struct timespec which fails on uclibc even though struct timespec is
- defined, this causes the build to fail. Fix by supplying a cached
- 'yes' value in all cases.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/samba/samba_3.0.20.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/samba/samba_3.0.20.bb b/packages/samba/samba_3.0.20.bb index 3cc8be11d4..498fd6ebc6 100644 --- a/packages/samba/samba_3.0.20.bb +++ b/packages/samba/samba_3.0.20.bb @@ -23,6 +23,7 @@ CONFFILES_${PN} = "${sysconfdir}/samba/smb.conf" # in the samba config by --with-foodir=dirfoo - even if the --with is not # specified! Fix that here. Set the privatedir to /etc/samba/private. EXTRA_OECONF += "\ + samba_cv_struct_timespec=yes \ --with-configdir=${sysconfdir}/samba \ --with-privatedir=${sysconfdir}/samba/private \ --with-lockdir=${localstatedir}/lock \ |