--- samba-3.0.20.ebuild.orig 2005-08-22 12:52:14.000000000 -0400 +++ samba-3.0.20.ebuild.orig 2005-08-22 12:07:04.000000000 -0400 @@ -5,7 +5,7 @@ inherit eutils versionator IUSE_LINGUAS="ja pl" -IUSE="acl cups doc kerberos ldap mysql pam postgres python quotas readline +IUSE="aio ads syslog acl cups doc kerberos ldap mysql pam postgres python quotas readline winbind xml xml2 libclamav oav selinux" RESTRICT="test" @@ -32,6 +32,7 @@ acl? ( sys-apps/acl ) cups? ( net-print/cups ) ldap? ( kerberos? ( virtual/krb5 ) net-nds/openldap ) + ads? ( virtual/krb5 ) mysql? ( dev-db/mysql sys-libs/zlib ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql sys-libs/zlib ) @@ -102,17 +103,19 @@ --with-lockdir=/var/cache/samba \ --with-logfilebase=/var/log/samba \ --with-privatedir=${PRIVATE_DST} \ - --enable-static --enable-shared \ + --enable-shared \ --with-smbmount --with-automount \ --with-libsmbclient \ --without-spinlocks \ --with-syslog \ - --with-idmap \ --without-ldapsam \ $(use_with acl acl-support) \ $(use_enable cups) \ $(use_with kerberos krb5) \ $(use_with ldap) \ + $(use_with syslog) \ + $(use_with ads ) \ + $(use_with aio) \ $(use_with python) \ $(use_with readline) \ $(use_with winbind) \