diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-08-15 17:14:37 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-08-15 17:14:37 +0000 |
commit | 82d8a7dadbd7d14d495b159546b5dfaeb49a2033 (patch) | |
tree | afc573fcf32039930efcab8b1f34c086a9c079b4 /net-fs | |
parent | Disabling ~x86 for now, enabled by accident (diff) | |
download | gentoo-2-82d8a7dadbd7d14d495b159546b5dfaeb49a2033.tar.gz gentoo-2-82d8a7dadbd7d14d495b159546b5dfaeb49a2033.tar.bz2 gentoo-2-82d8a7dadbd7d14d495b159546b5dfaeb49a2033.zip |
Disabling dmalloc support in samba, it crashes due to re-definition of many structures, bug #318285
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.5.11.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index bc02130d2fdf..71d90c96311e 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.481 2011/08/15 13:28:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.482 2011/08/15 17:14:37 vostorga Exp $ + + 15 Aug 2011; Víctor Ostorga <vostorga@gentoo.org> samba-3.5.11.ebuild: + Disabling dmalloc support in samba, it crashes due to re-definition of many + structures, bug #318285 15 Aug 2011; Jeroen Roovers <jer@gentoo.org> samba-3.5.11.ebuild: Stable for HPPA (bug #377909). diff --git a/net-fs/samba/samba-3.5.11.ebuild b/net-fs/samba/samba-3.5.11.ebuild index c206fb2da67f..dfcae6dd96a7 100644 --- a/net-fs/samba/samba-3.5.11.ebuild +++ b/net-fs/samba/samba-3.5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild,v 1.3 2011/08/15 13:28:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild,v 1.4 2011/08/15 17:14:37 vostorga Exp $ EAPI=4 @@ -36,7 +36,6 @@ DEPEND="dev-libs/popt dev-libs/iniparser ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) - debug? ( dev-libs/dmalloc ) fam? ( virtual/fam ) ldap? ( net-nds/openldap ) pam? ( virtual/pam @@ -154,7 +153,6 @@ src_configure() { --enable-socket-wrapper \ --enable-nss-wrapper \ $(use_enable swat) \ - $(use_enable debug dmalloc) \ $(use_enable cups) \ --disable-iprint \ $(use_enable fam) \ |