diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/samba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index ab3334163..a8e1bb36f 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= samba PKG_VERSION:= 3.6.23 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 2f7aee1dc5d31aefcb364600915b31dc PKG_DESCR:= NetBIOS/SMB file and print server PKG_SECTION:= net/fs @@ -76,6 +76,7 @@ CONFIGURE_ARGS+= --libdir=/usr/lib \ --disable-swat \ --disable-avahi \ --with-utmp=no \ + --with-pam=no \ --without-cluster-support \ --without-sendfile-support |