diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 00:03:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 00:03:56 +0000 |
commit | 12c1887e8dab1fac215a31fc649b28deb7d96432 (patch) | |
tree | 0bcf37b420b9e8a4627ffb6e252305274ec0a223 /media-libs/jpeg/jpeg-8b.ebuild | |
parent | old (diff) | |
download | historical-12c1887e8dab1fac215a31fc649b28deb7d96432.tar.gz historical-12c1887e8dab1fac215a31fc649b28deb7d96432.tar.bz2 historical-12c1887e8dab1fac215a31fc649b28deb7d96432.zip |
Remove unused libjpeg.la because jpeg is only linking to libc.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'media-libs/jpeg/jpeg-8b.ebuild')
-rw-r--r-- | media-libs/jpeg/jpeg-8b.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/jpeg/jpeg-8b.ebuild b/media-libs/jpeg/jpeg-8b.ebuild index 5ea9bff9f83b..92923fc855f8 100644 --- a/media-libs/jpeg/jpeg-8b.ebuild +++ b/media-libs/jpeg/jpeg-8b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8b.ebuild,v 1.9 2010/08/29 18:14:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8b.ebuild,v 1.10 2011/01/06 00:03:56 ssuominen Exp $ EAPI="3" @@ -45,7 +45,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc change.log example.c README *.txt - # Do this after -Wl,--as-needed has been default for long enough, - # to minimize the impact for users. Uncomment 01-01-2011. - # find "${ED}" -name '*.la' -exec rm -f '{}' + + + find "${ED}" -name '*.la' -exec rm -f '{}' + } |