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
commit36f1707f987cc46c92ec4193f70a68318e25c9fd (patch)
tree1926364b08d45e9b55e078ed95cb027df6fb469b /net-ftp/twoftpd/twoftpd-1.21.ebuild
parentVersion bump. (diff)
downloadgentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.tar.gz
gentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.tar.bz2
gentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.zip
version bump - dont pre-strip
(Portage version: 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"
}