diff options
author | 2010-03-19 22:24:37 +0000 | |
---|---|---|
committer | 2010-03-19 22:24:37 +0000 | |
commit | 29200dcbf45350e7fe6ad22a5da2fa08649c3635 (patch) | |
tree | cd8cde1b4c428c868f23cb0a8a913868e1364630 /sys-freebsd/freebsd-lib | |
parent | Install the sample and testfiles to make tests happy (diff) | |
download | gentoo-2-29200dcbf45350e7fe6ad22a5da2fa08649c3635.tar.gz gentoo-2-29200dcbf45350e7fe6ad22a5da2fa08649c3635.tar.bz2 gentoo-2-29200dcbf45350e7fe6ad22a5da2fa08649c3635.zip |
whitespace
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'sys-freebsd/freebsd-lib')
-rw-r--r-- | sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild index 91e7d4b8d439..dbc4d5bbdab6 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild,v 1.1 2010/03/19 11:50:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild,v 1.2 2010/03/19 22:24:37 mr_bones_ Exp $ EAPI=2 @@ -347,7 +347,7 @@ src_install() { rm -f "${D}/usr/${mylibdir}/libc.so" cat > "${D}/usr/${mylibdir}/libc.so" <<-END_LDSCRIPT /* GNU ld script - SSP (-fstack-protector) requires __stack_chk_fail_local to be local. + SSP (-fstack-protector) requires __stack_chk_fail_local to be local. GCC invokes this symbol in a non-PIC way, which results in TEXTRELs if this symbol was provided by a shared libc. So we link in libssp_nonshared.a from here. |