summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-21 06:29:32 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-21 06:29:32 +0000
commitf627b9cf1d45010cb0505d9876470bc2064c0a9c (patch)
treeda1d1ac6001877a2d39eeba38ca63a72d145e2d8 /sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-f627b9cf1d45010cb0505d9876470bc2064c0a9c.tar.gz
gentoo-2-f627b9cf1d45010cb0505d9876470bc2064c0a9c.tar.bz2
gentoo-2-f627b9cf1d45010cb0505d9876470bc2064c0a9c.zip
Drop bindnow-flags usage #212004 by Paweł Hajdan jr (ph).
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild')
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
index c4ad40e3bf2f..aea755ea6ca0 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.12 2008/06/14 12:12:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.13 2008/09/21 06:29:32 vapier Exp $
inherit cron toolchain-funcs pam
@@ -47,12 +47,6 @@ src_unpack() {
}
src_compile() {
- # we need to tinker with ldflags since we're installing as setuid. see
- # "[gentoo-core] Heads up changes in suid handing with portage >=51_pre21"
- # for details. Note that we do the sed fixes here rather than in unpack so
- # that our changes to LDFLAGS are picked up.
-
- append-ldflags $(bindnow-flags)
use debug && append-flags -DDEBUGGING
sed -i -e "s:gcc \(-Wall.*\):$(tc-getCC) \1 ${CFLAGS}:" \