summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gabert <pappy@gentoo.org>2003-10-09 19:44:28 +0000
committerAlexander Gabert <pappy@gentoo.org>2003-10-09 19:44:28 +0000
commitc778a0e8a424a0bc3218e96bac8427f74ba74718 (patch)
treef598ce2049601ccc09fbc24f23fd28df57aa580e /net-misc/dhcpcd
parentremoved hardened-gcc -lc (diff)
downloadhistorical-c778a0e8a424a0bc3218e96bac8427f74ba74718.tar.gz
historical-c778a0e8a424a0bc3218e96bac8427f74ba74718.tar.bz2
historical-c778a0e8a424a0bc3218e96bac8427f74ba74718.zip
removed hardened-gcc -lc
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/Manifest4
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 814bf3491fa9..bf514ae282f0 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,3 +1,3 @@
-MD5 8053f9b9632b47ab2b8ce6f43cbf2b91 dhcpcd-1.3.22_p4-r1.ebuild 1777
-MD5 69c8ce3e7f131f2069f43d69c824b99b ChangeLog 4115
+MD5 f6e454c6276c376c85ce4fcc75e3e483 dhcpcd-1.3.22_p4-r1.ebuild 1776
+MD5 c101c14dda9822b68d101c17d4b8f655 ChangeLog 4115
MD5 daaf0c8fa44a481c8943f585ff870714 files/digest-dhcpcd-1.3.22_p4-r1 224
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild
index 248bceb632af..afd79954561f 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.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-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild,v 1.8 2003/10/06 22:52:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild,v 1.9 2003/10/09 19:44:22 pappy Exp $
inherit gnuconfig flag-o-matic eutils
@@ -42,7 +42,6 @@ src_unpack() {
src_compile() {
use static && append-flags -static
- has_version "sys-devel/hardened-gcc" && append-flags -lc
./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man || die
emake || die