diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-11-21 18:36:09 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-11-21 18:36:09 +0000 |
commit | 0b7c3efaf740f9ef00117324c4aa3551ef6e524f (patch) | |
tree | 3a1b260888359cd8c5160ffc108263736be4c47c /net-fs | |
parent | Added pinstall-execve patch for versions >= 1.2.10 (diff) | |
download | historical-0b7c3efaf740f9ef00117324c4aa3551ef6e524f.tar.gz historical-0b7c3efaf740f9ef00117324c4aa3551ef6e524f.tar.bz2 historical-0b7c3efaf740f9ef00117324c4aa3551ef6e524f.zip |
allows for portage controlled CFLAGS. Fixes #32259
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/autofs/Manifest | 4 | ||||
-rw-r--r-- | net-fs/autofs/autofs-4.0.0.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index a7fda569634f..df252ad1087b 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/autofs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.21 2003/10/28 00:33:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.22 2003/11/21 18:35:54 rphillips Exp $ + + 21 Nov 2003; <rphillips@gentoo.org> autofs-4.0.0.ebuild: + added Ervin Nemeth's sed entry to allow for portage controlled CFLAGS. *autofs-4.0.0 (27 Oct 2003) diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest index 52ecbb39d947..2ab41c9c6c94 100644 --- a/net-fs/autofs/Manifest +++ b/net-fs/autofs/Manifest @@ -1,8 +1,8 @@ -MD5 89fbeabd59dec980326f42c863cf863d autofs-4.0.0.ebuild 1802 +MD5 662626f59b05284902e991f350ffa60a autofs-4.0.0.ebuild 1877 MD5 4c3981d85d49586fe99bd5744de29318 autofs-3.1.7-r6.ebuild 1794 MD5 70a328a7cb89310eeb6ec33c609a3107 autofs-3.1.7-r3.ebuild 1313 MD5 57d0455e83cfef78f78092ad5a181c52 autofs-3.1.7-r5.ebuild 1772 -MD5 2d1177c343ed8d1d1311a8a335ded2c3 ChangeLog 3699 +MD5 fa538c06fadc8b570e7510daabe334c0 ChangeLog 3832 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 2c8659ab995069a50b2ed53da5f4e936 autofs-3.1.7-r4.ebuild 1750 MD5 a132f5883b92e2b509fa66e429f913ab files/autofs.confd 186 diff --git a/net-fs/autofs/autofs-4.0.0.ebuild b/net-fs/autofs/autofs-4.0.0.ebuild index a3c31fce285e..62486088359c 100644 --- a/net-fs/autofs/autofs-4.0.0.ebuild +++ b/net-fs/autofs/autofs-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.0.0.ebuild,v 1.1 2003/10/28 00:33:08 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.0.0.ebuild,v 1.2 2003/11/21 18:35:54 rphillips Exp $ IUSE="ldap" @@ -38,6 +38,7 @@ src_compile() { --host=${HOST} \ --prefix=/usr \ ${myconf} || die + sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules make || die "make failed" } |