--- trunk/extras/samba/samba-4.9.3-r1.smage2 2018/12/11 13:27:02 31796 +++ trunk/extras/samba/samba-4.9.3-r1.smage2 2018/12/12 09:26:41 31806 @@ -18,6 +18,7 @@ >= dev-libs/tevent-0.9 >= dev-libs/jansson-2.12 >= dev-libs/libbsd-0.9 + >= dev-libs/iniparser-4.1 >= sys-apps/acl-2.2 >= sys-libs/ncurses-6.1 >= sys-libs/readline-7.0 @@ -32,6 +33,7 @@ >= net-nds/krb5-1.16 >= net-libs/libtirpc-1.1 >= net-libs/rpcsvc-proto-1.4 + >= net-libs/libnsl-1.2 >= net-fs/cifs-utils-6.8" SDEPEND=">= sys-dev/automake-4 @@ -101,6 +103,7 @@ src_compile() { + # gpgme check broken atm - fixme mconfigure \ --enable-fhs \ --libexecdir=/usr/'$(mlibdir)'/samba \ @@ -119,13 +122,15 @@ --with-acl-support \ --enable-cups \ --with-ads \ + --with-system-mitkrb5 \ + --with-experimental-mit-ad-dc \ --with-ldap \ --with-winbind \ --with-pam \ --with-quotas \ --with-systemd \ --enable-gnutls \ - --with-gpgme \ + --without-gpgme \ --enable-avahi \ --disable-rpath \ --disable-rpath-install \