diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-08 12:25:38 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-08 12:25:38 +0000 |
commit | cd364c42806848ebfc9b98aecf26bfe154e19607 (patch) | |
tree | d44a3838c96c5441c0fec5a837d2b3d94538a12b /net-fs | |
parent | Add new (unstable) version, bug #62951 (Manifest recommit) (diff) | |
download | gentoo-2-cd364c42806848ebfc9b98aecf26bfe154e19607.tar.gz gentoo-2-cd364c42806848ebfc9b98aecf26bfe154e19607.tar.bz2 gentoo-2-cd364c42806848ebfc9b98aecf26bfe154e19607.zip |
stable on amd64. Minor configure bug re CONF_LIBDIR/get_libdir().
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.6-r4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 31069ba0b80a..bf9a613f7491 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.101 2004/09/06 10:33:03 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.102 2004/09/08 12:25:38 kugelfang Exp $ + + 08 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> samba-3.0.6-r4.ebuild: + Added -L/usr/$(get_libdir) to come around a ./configure bug on amd64. Marked + stable on amd64 (see BUG #62476). *samba-3.0.6-r4 (06 Sep 2004) diff --git a/net-fs/samba/samba-3.0.6-r4.ebuild b/net-fs/samba/samba-3.0.6-r4.ebuild index b960ac79e3f7..e99fb01bc6b6 100644 --- a/net-fs/samba/samba-3.0.6-r4.ebuild +++ b/net-fs/samba/samba-3.0.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.3 2004/09/08 03:32:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.6-r4.ebuild,v 1.4 2004/09/08 12:25:38 kugelfang Exp $ inherit eutils flag-o-matic @@ -49,7 +49,7 @@ SLOT="0" # some archs are removed due to dependency tree integrity for ldap and # dev-perl/Crypt-SmbHash flags # should be: KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 amd64" src_unpack() { local i @@ -143,7 +143,7 @@ src_compile() { fi #----------------------------------------------------------------------- # glibc preload issue - append-ldflags -Wl,-z,now + append-ldflags -Wl,-z,now -L/usr/$(get_libdir) for info_var in myconf CFLAGS LDFLAGS; do einfo "${info_var} is: ${!info_var}" done |