diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 00:35:33 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-01 00:35:33 +0000 |
commit | 765044d771370ab25fd0ea9c33d3734ee7d3348b (patch) | |
tree | e01f116d7923a22dca8a57eebe39c50ac6682bb7 /packages/samba/samba-ads_3.2.7.bb | |
parent | 758390b07153bff5f76ff861c8ac1809a0bbc77e (diff) |
samba-ads: Add 3.3.0 and centralise common stuff from 3.2.7 into an include. Also remove smbfs-ads-doc as these man pages are not included in these versions.
Diffstat (limited to 'packages/samba/samba-ads_3.2.7.bb')
-rw-r--r-- | packages/samba/samba-ads_3.2.7.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/samba/samba-ads_3.2.7.bb b/packages/samba/samba-ads_3.2.7.bb index 8311c35046..9a9bd12e0e 100644 --- a/packages/samba/samba-ads_3.2.7.bb +++ b/packages/samba/samba-ads_3.2.7.bb @@ -2,30 +2,9 @@ require samba.inc require samba-ads.inc PR = "r0" -DEPENDS += " openldap krb5" SRC_URI += "file://config-lfs.patch;patch=1 \ file://quota.patch;patch=1;pnum=0 \ file://configure-3.2.7.patch;patch=1 \ file://config-h.patch;patch=1 \ file://mtab.patch;patch=1 \ " - -EXTRA_OECONF += "\ - SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ - samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ - linux_getgrouplist_ok=no \ - samba_cv_HAVE_BROKEN_GETGROUPS=no \ - samba_cv_HAVE_FTRUNCATE_EXTEND=yes \ - ac_cv_path_KRB5CONFIG=${STAGING_BINDIR_CROSS}/krb5-config \ - samba_cv_have_setresuid=yes \ - samba_cv_have_setresgid=yes \ - samba_cv_HAVE_WRFILE_KEYTAB=yes \ - smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes \ - smb_krb5_cv_enctype_to_string_takes_size_t_arg=yes \ - --with-krb5=${STAGING_LIBDIR} \ - --with-ads \ - " - -do_configure() { - oe_runconf -} |