diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 08:21:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 08:22:15 +0200 |
commit | d16c5176b3213e2454f2ce79dd904aee30b7e9ee (patch) | |
tree | fdaaa18eefd27cff8fd5c1b9c1c3fed1ccd2ee0d /package/samba/Makefile | |
parent | c9613d2548eb756314f2f2e1b5010de4bf8f1816 (diff) |
disable pam
Diffstat (limited to 'package/samba/Makefile')
-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 |