summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-02-12 09:46:37 +0000
committerThilo Bangert <bangert@gentoo.org>2010-02-12 09:46:37 +0000
commitcdbedebec078cfdfeb03a8672184de51da4b416d (patch)
tree871834513fef6ae27ddbbcc1c25193e4531784bc /net-ftp/twoftpd/twoftpd-1.21.ebuild
parentVersion bump. (diff)
downloadhistorical-cdbedebec078cfdfeb03a8672184de51da4b416d.tar.gz
historical-cdbedebec078cfdfeb03a8672184de51da4b416d.tar.bz2
historical-cdbedebec078cfdfeb03a8672184de51da4b416d.zip
version bump - dont pre-strip
Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'net-ftp/twoftpd/twoftpd-1.21.ebuild')
-rw-r--r--net-ftp/twoftpd/twoftpd-1.21.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/twoftpd/twoftpd-1.21.ebuild b/net-ftp/twoftpd/twoftpd-1.21.ebuild
index aa145013e81a..f6ddf3fdd2b1 100644
--- a/net-ftp/twoftpd/twoftpd-1.21.ebuild
+++ b/net-ftp/twoftpd/twoftpd-1.21.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/net-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.6 2009/09/23 18:37:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.7 2010/02/12 09:46:37 bangert Exp $
inherit toolchain-funcs
@@ -23,7 +23,7 @@ src_compile() {
echo "/usr/sbin" > conf-bin
echo "/usr/share/man" > conf-man
echo "$(tc-getCC) ${CFLAGS} -I/usr/include/bglibs" > conf-cc
- echo "$(tc-getCC) -s -L/usr/lib/bglibs" > conf-ld
+ echo "$(tc-getCC) -L/usr/lib/bglibs" > conf-ld
emake || die "make failed"
}