samba fixed.

This commit is contained in:
Ertuğrul Erata
2015-07-30 21:23:56 +03:00
parent 80d6a7f0d3
commit 86298a0ba3
6 changed files with 38 additions and 12 deletions
+2 -1
View File
@@ -41,7 +41,6 @@ def setup():
--with-automount \
--with-cluster-support \
--with-dnsupdate \
--with-dnsupdate \
--with-pam \
--with-pam_smbpass \
--with-quotas \
@@ -50,7 +49,9 @@ def setup():
--with-syslog \
--with-utmp \
--with-winbind \
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt \
" % MODULES)
# !ldb,!pyldb-util
def build():
shelltools.system("make")