|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../samba/samba.conf |
|
|
|
# Filename: package/.../samba/samba.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -29,9 +29,13 @@ var_append extraconfopt " " "--with-smbmount --with-automount \ |
|
|
|
#FIXME hack to honor lib64 :-( |
|
|
|
#FIXME hack to honor lib64 :-( |
|
|
|
var_append confopt ' ' "--with-libdir=$root/$prefix/${libdir##*/}" |
|
|
|
var_append confopt ' ' "--with-libdir=$root/$prefix/${libdir##*/}" |
|
|
|
|
|
|
|
|
|
|
|
case $arch in |
|
|
|
#FIXME: temporarily disable spinlocks because it fails to build (3.0.23+) |
|
|
|
x86|sparc|powerpc) var_append extraconfopt ' ' '--with-spinlocks' ;; |
|
|
|
#case $arch in |
|
|
|
esac |
|
|
|
# x86|sparc|powerpc) var_append extraconfopt ' ' '--with-spinlocks' ;; |
|
|
|
|
|
|
|
# *) |
|
|
|
|
|
|
|
var_append extraconfopt ' ' '--without-spinlocks' |
|
|
|
|
|
|
|
# ;; |
|
|
|
|
|
|
|
#esac |
|
|
|
|
|
|
|
|
|
|
|
# pam support |
|
|
|
# pam support |
|
|
|
pkginstalled pam && var_append extraconfopt ' ' "--with-pam --with-pam_smbpass" |
|
|
|
pkginstalled pam && var_append extraconfopt ' ' "--with-pam --with-pam_smbpass" |
|
|
|