diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-09-16 19:31:11 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-09-16 19:31:11 +0000 |
commit | b2829c912e90e7406043b6a2ee00aec6a3389b1a (patch) | |
tree | e2a36430481ec9b0f3fba66996069e9a07a3fa10 /app-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-b2829c912e90e7406043b6a2ee00aec6a3389b1a.tar.gz gentoo-2-b2829c912e90e7406043b6a2ee00aec6a3389b1a.tar.bz2 gentoo-2-b2829c912e90e7406043b6a2ee00aec6a3389b1a.zip |
Respects LDFLAGS now, see bug #337653.
(Portage version: 2.1.9/cvs/Linux i686)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mepl/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/mepl/mepl-0.45.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/mepl/ChangeLog b/app-misc/mepl/ChangeLog index 97edaf7db761..bd1083bfa51b 100644 --- a/app-misc/mepl/ChangeLog +++ b/app-misc/mepl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mepl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/ChangeLog,v 1.11 2009/09/23 16:05:32 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/ChangeLog,v 1.12 2010/09/16 19:31:11 phosphan Exp $ + + 16 Sep 2010; Patrick Kursawe <phosphan@gentoo.org> mepl-0.45.ebuild: + Respects LDFLAGS now, see bug #337653. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mepl-0.45.ebuild: Remove virtual/libc diff --git a/app-misc/mepl/mepl-0.45.ebuild b/app-misc/mepl/mepl-0.45.ebuild index 1d01b4b84042..0ab4bf7d4ea9 100644 --- a/app-misc/mepl/mepl-0.45.ebuild +++ b/app-misc/mepl/mepl-0.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.11 2009/09/23 16:05:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.12 2010/09/16 19:31:11 phosphan Exp $ inherit eutils toolchain-funcs @@ -24,7 +24,8 @@ src_unpack() { } src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DMEPLCONFIG=\\\"/etc/mepl.conf\\\"" en || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DMEPLCONFIG=\\\"/etc/mepl.conf\\\"\ + ${LDFLAGS}" en || die } src_install() { |