summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-29 09:31:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-29 09:31:36 +0200
commit70e67b7b3e5d7228a8ba0ca9dd180e2957712c13 (patch)
tree8df65c059b15ad65fb293b1012531b3a9d83d816 /package
parent8650f017f877439969bd075e4e0e3901858ad98d (diff)
try to fix a runtime problem
Diffstat (limited to 'package')
-rw-r--r--package/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile
index c42de635f..7279063b9 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:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 2f7aee1dc5d31aefcb364600915b31dc
PKG_DESCR:= NetBIOS/SMB file and print server
PKG_SECTION:= net/fs
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ldap=no
endif
CONFIGURE_ENV+= samba_cv_CC_NEGATIVE_ENUM_VALUES=no \
- samba_cv_USE_SETRESUID=no \
+ samba_cv_USE_SETRESUID=yes \
samba_cv_HAVE_WRFILE_KEYTAB=yes \
ac_cv_func_ext_krb5_enctype_to_string=yes \
smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes \