summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-29 05:19:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-29 05:19:31 +0000
commit7c7f9c71ceb2594053d08393d5055ddc89225610 (patch)
tree2b53286e9faf252bffcacedbde2418faf35f296a /net-fs
parentfix m68k support (diff)
downloadgentoo-2-7c7f9c71ceb2594053d08393d5055ddc89225610.tar.gz
gentoo-2-7c7f9c71ceb2594053d08393d5055ddc89225610.tar.bz2
gentoo-2-7c7f9c71ceb2594053d08393d5055ddc89225610.zip
Remove pointless fstab.h include to fix building on uClibc.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog8
-rw-r--r--net-fs/samba/samba-3.0.20a.ebuild7
-rw-r--r--net-fs/samba/samba-3.0.20b.ebuild7
3 files changed, 16 insertions, 6 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index b5c989f227d6..d61a9cd63b15 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/samba
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.211 2005/11/08 13:16:13 satya Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.212 2006/01/29 05:19:31 vapier Exp $
+
+ 29 Jan 2006; Mike Frysinger <vapier@gentoo.org> samba-3.0.20a.ebuild,
+ samba-3.0.20b.ebuild:
+ Remove pointless fstab.h include to fix building on uClibc.
08 Nov 2005; Christian Andreetta <satya@gentoo.org>
samba-3.0.14a-r2.ebuild, samba-3.0.14a-r3.ebuild, samba-3.0.20-r1.ebuild,
diff --git a/net-fs/samba/samba-3.0.20a.ebuild b/net-fs/samba/samba-3.0.20a.ebuild
index 483a99c3c091..ae9914d10fda 100644
--- a/net-fs/samba/samba-3.0.20a.ebuild
+++ b/net-fs/samba/samba-3.0.20a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20a.ebuild,v 1.2 2005/11/08 13:16:13 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20a.ebuild,v 1.3 2006/01/29 05:19:31 vapier Exp $
inherit eutils versionator
@@ -68,6 +68,9 @@ src_unpack() {
epatch ${PATCHDIR}/vscan
cp -pPR ${WORKDIR}/${PFVSCAN} ${S2}/examples/VFS
fi
+
+ # https://bugzilla.samba.org/show_bug.cgi?id=3451
+ sed -i -e '/include.*fstab.h/d' "${S}"/client/umount.cifs.c
}
src_compile() {
diff --git a/net-fs/samba/samba-3.0.20b.ebuild b/net-fs/samba/samba-3.0.20b.ebuild
index 2ab67162df3c..6e7c61f120d0 100644
--- a/net-fs/samba/samba-3.0.20b.ebuild
+++ b/net-fs/samba/samba-3.0.20b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20b.ebuild,v 1.5 2005/11/08 13:28:01 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20b.ebuild,v 1.6 2006/01/29 05:19:31 vapier Exp $
inherit eutils versionator
@@ -72,6 +72,9 @@ src_unpack() {
epatch ${PATCHDIR}/vscan
cp -pPR ${WORKDIR}/${PFVSCAN} ${S2}/examples/VFS
fi
+
+ # https://bugzilla.samba.org/show_bug.cgi?id=3451
+ sed -i -e '/include.*fstab.h/d' "${S}"/client/umount.cifs.c
}
src_compile() {