summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-01-26 23:47:46 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-01-26 23:47:46 +0000
commit1668ea011a236f77f0dacd6eb1023ad69819ebf7 (patch)
treed8a974dd8c029061bf81d9fb06ff5933f32a5b0d /sys-apps/tinylogin/tinylogin-1.4.ebuild
parentfixed bug #61251, now you can choose if you want to compile it with dietlibc ... (diff)
downloadgentoo-2-1668ea011a236f77f0dacd6eb1023ad69819ebf7.tar.gz
gentoo-2-1668ea011a236f77f0dacd6eb1023ad69819ebf7.tar.bz2
gentoo-2-1668ea011a236f77f0dacd6eb1023ad69819ebf7.zip
better RDEPEND
Diffstat (limited to 'sys-apps/tinylogin/tinylogin-1.4.ebuild')
-rw-r--r--sys-apps/tinylogin/tinylogin-1.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/tinylogin/tinylogin-1.4.ebuild b/sys-apps/tinylogin/tinylogin-1.4.ebuild
index 5bcec6d00ed5..6f8fb4c1c008 100644
--- a/sys-apps/tinylogin/tinylogin-1.4.ebuild
+++ b/sys-apps/tinylogin/tinylogin-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tinylogin/tinylogin-1.4.ebuild,v 1.8 2005/01/26 22:45:43 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tinylogin/tinylogin-1.4.ebuild,v 1.9 2005/01/26 23:47:46 xmerlin Exp $
DESCRIPTION="worlds smallest login/passwd/getty/etc"
HOMEPAGE="http://tinylogin.busybox.net/"
@@ -16,13 +16,12 @@ DEPEND="virtual/libc
!sys-apps/shadow
!sys-apps/sysvinit"
-RDEPEND="virtual/libc"
+RDEPEND="!static? ( virtual/libc )"
src_compile() {
local myconf=""
use static && myconf="${myconf} DOSTATIC=true"
- append-ldflags -Wl,-z,now
emake ${myconf} || die
}