Browse Source

try to fix a runtime problem

Waldemar Brodkorb 11 years ago
parent
commit
70e67b7b3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/samba/Makefile

+ 2 - 2
package/samba/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		samba
 PKG_NAME:=		samba
 PKG_VERSION:=		3.6.23
 PKG_VERSION:=		3.6.23
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		2f7aee1dc5d31aefcb364600915b31dc
 PKG_MD5SUM:=		2f7aee1dc5d31aefcb364600915b31dc
 PKG_DESCR:=		NetBIOS/SMB file and print server
 PKG_DESCR:=		NetBIOS/SMB file and print server
 PKG_SECTION:=		net/fs
 PKG_SECTION:=		net/fs
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+=	--with-ldap=no
 endif
 endif
 
 
 CONFIGURE_ENV+=		samba_cv_CC_NEGATIVE_ENUM_VALUES=no \
 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 \
 			samba_cv_HAVE_WRFILE_KEYTAB=yes \
 			ac_cv_func_ext_krb5_enctype_to_string=yes \
 			ac_cv_func_ext_krb5_enctype_to_string=yes \
 			smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes \
 			smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes \