summaryrefslogtreecommitdiff
path: root/packages/samba/samba-ads_3.2.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/samba/samba-ads_3.2.7.bb')
-rw-r--r--packages/samba/samba-ads_3.2.7.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/samba/samba-ads_3.2.7.bb b/packages/samba/samba-ads_3.2.7.bb
new file mode 100644
index 0000000000..8311c35046
--- /dev/null
+++ b/packages/samba/samba-ads_3.2.7.bb
@@ -0,0 +1,31 @@
+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
+}