Browse Source

* updated samba (3.0.23d -> 3.0.24) - temporarily disabled spinlocks for every arch

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20495 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
2b6cbe2a64
  1. 12
      network/samba/samba.conf
  2. 8
      network/samba/samba.desc

12
network/samba/samba.conf

@ -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"

8
network/samba/samba.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../samba/samba.desc [COPY] Filename: package/.../samba/samba.desc
[COPY] Copyright (C) 2006 The OpenSDE Project [COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -31,13 +31,13 @@
[U] http://www.samba.org/ [U] http://www.samba.org/
[A] Support <samba@samba.org> {Mail List} [A] Support <samba@samba.org> {Mail List}
[M] The OpenSDE Community <list@opensde.org> [M] Alejandro Mery <amery@opensde.org>
[C] extra/server [C] extra/server
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 3.0.23d [V] 3.0.24
[P] X -----5---9 128.500 [P] X -----5---9 128.500
[D] 174925286 samba-3.0.23d.tar.gz http://samba.org/samba/ftp/ [D] 2082347602 samba-3.0.24.tar.gz http://samba.org/samba/ftp/

Loading…
Cancel
Save