Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
8cba809cfb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/sirkull/samba/samba.conf

+ 3
- 0
package/sirkull/samba/samba.conf

@ -31,6 +31,9 @@ var_append extraconfopt " " "--with-smbmount --with-automount \
--with-swatdir=$root/$prefix/share/swat --with-quotas --with-fhs \
--with-acl-support --with-libsmbclient"
var_append makeopt " " "LIBDIR=$root/$prefix/lib"
var_append makeinstopt " " "LIBDIR=$root/$prefix/lib"
if ! [ "$arch" = x86 -a "$ROCKCFG_X86_BITS" = "64" ] ; then
var_append extraconfopt ' ' "--with-spinlocks"
fi

Loading…
Cancel
Save