diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-07 16:39:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-07 16:39:18 +0000 |
commit | e4f00eb7c70ba106cec52e12a3bdc90b4ddc8d12 (patch) | |
tree | 81f27e0e8d5058a8ca8f31afe6f60747b156799c /sys-libs/ss | |
parent | Patch to fix preserving file/dir modes by disabling ACLs (diff) | |
download | gentoo-2-e4f00eb7c70ba106cec52e12a3bdc90b4ddc8d12.tar.gz gentoo-2-e4f00eb7c70ba106cec52e12a3bdc90b4ddc8d12.tar.bz2 gentoo-2-e4f00eb7c70ba106cec52e12a3bdc90b4ddc8d12.zip |
dont need local linker script anymore
(Portage version: 2.2_pre5.spank.spunk)
Diffstat (limited to 'sys-libs/ss')
-rw-r--r-- | sys-libs/ss/ss-1.40.10.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/ss/ss-1.40.10.ebuild b/sys-libs/ss/ss-1.40.10.ebuild index 2aeb3204004c..601cc26aca60 100644 --- a/sys-libs/ss/ss-1.40.10.ebuild +++ b/sys-libs/ss/ss-1.40.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.10.ebuild,v 1.1 2008/06/07 16:31:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.10.ebuild,v 1.2 2008/06/07 16:39:18 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -30,10 +30,8 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.39-makefile.patch - # since we've split out com_err/ss into their own ebuilds, we - # need to fake out the local files. let the toolchain find them. - echo "GROUP ( /usr/$(get_libdir)/libcom_err.a )" > lib/libcom_err.a - echo "GROUP ( /usr/$(get_libdir)/libcom_err.so )" > lib/libcom_err.so + # make sure we error out if com_err is attempted to be built + rm -f lib/et/*.c } src_compile() { |