diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-06 04:29:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-06 04:29:28 +0000 |
commit | 57a488905d79527b63965f5c0a7a1c14e436d19b (patch) | |
tree | edd266a51ed37a7259a7d08a0e4b3605010e64f9 /sys-fs/quota | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-57a488905d79527b63965f5c0a7a1c14e436d19b.tar.gz gentoo-2-57a488905d79527b63965f5c0a7a1c14e436d19b.tar.bz2 gentoo-2-57a488905d79527b63965f5c0a7a1c14e436d19b.zip |
Add -DLDAP_DEPRECATED=1 to CPPFLAGS #183359 by Andrew Ross.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-fs/quota')
-rw-r--r-- | sys-fs/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/quota/quota-3.14-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog index 9dfc9b8470a5..7dfd779aed08 100644 --- a/sys-fs/quota/ChangeLog +++ b/sys-fs/quota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/quota # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.23 2007/06/21 18:45:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.24 2007/07/06 04:29:28 vapier Exp $ + + 06 Jul 2007; Mike Frysinger <vapier@gentoo.org> quota-3.14-r1.ebuild: + Add -DLDAP_DEPRECATED=1 to CPPFLAGS #183359 by Andrew Ross. 21 Jun 2007; Raúl Porcel <armin76@gentoo.org> quota-3.13.ebuild: alpha stable wrt #172154, thanks to Tobias Klausmann for testing diff --git a/sys-fs/quota/quota-3.14-r1.ebuild b/sys-fs/quota/quota-3.14-r1.ebuild index 34f3d9fb4235..ab4566da1034 100644 --- a/sys-fs/quota/quota-3.14-r1.ebuild +++ b/sys-fs/quota/quota-3.14-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.14-r1.ebuild,v 1.1 2007/04/13 10:45:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.14-r1.ebuild,v 1.2 2007/07/06 04:29:28 vapier Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="Linux quota tools" HOMEPAGE="http://sourceforge.net/projects/linuxquota/" @@ -35,6 +35,8 @@ src_unpack() { # Don't strip binaries (from Fedora) epatch "${FILESDIR}"/quota-3.06-no-stripping.patch + append-cppflags -DLDAP_DEPRECATED=1 + sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure } |