Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
7e1c474762
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      package/sirkull/samba/samba.conf

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

@ -34,6 +34,9 @@ var_append extraconfopt " " "--with-smbmount --with-automount \
var_append makeopt " " "LIBDIR=$root/$prefix/lib"
var_append makeinstopt " " "LIBDIR=$root/$prefix/lib"
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
@ -83,3 +86,6 @@ srcdir="samba-$ver/source"
hook_add postmake 3 "samba_pm"
hook_add postmake 3 "echo \"pkg_samba_prefix=/$prefix\" \
> $root/var/adm/parse-config/samba"
# these html files shouldn't go to :dev
splitreg 90 . '/share/swat/include/'

Loading…
Cancel
Save