Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240019 Details for
Bug 325269
=sys-devel/prelink-20100106 w/sys-devel/gcc-3.4.x can't recognize -Wno-pointer-sign
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
prelink-20100106.ebuild
prelink-20100106.ebuild (text/plain), 1.99 KB, created by
Ryan Hill (RETIRED)
on 2010-07-24 17:39:37 UTC
(
hide
)
Description:
prelink-20100106.ebuild
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2010-07-24 17:39:37 UTC
Size:
1.99 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20100106.ebuild,v 1.6 2010/07/11 11:17:40 armin76 Exp $ > ># if not on http://people.redhat.com/jakub/prelink/, releases can usually be ripped from ># http://mirrors.kernel.org/fedora/development/source/SRPMS/prelink-<blah>.src.rpm > >inherit eutils flag-o-matic > >DESCRIPTION="Modifies ELFs to avoid runtime symbol resolutions resulting in faster load times" >HOMEPAGE="http://people.redhat.com/jakub/prelink" >SRC_URI="http://people.redhat.com/jakub/prelink/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 -arm ~ppc ~ppc64 s390 sparc x86" >IUSE="" > >DEPEND=">=dev-libs/elfutils-0.100 > !dev-libs/libelf > >=sys-libs/glibc-2.8" >RDEPEND="${DEPEND} > >=sys-devel/binutils-2.18" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-20061201-prelink-conf.patch > sed -i -e 's:undosyslibs.sh::' testsuite/Makefile.in #254201 > sed -i -e '/^CC=/s: : -Wl,--disable-new-dtags :' testsuite/functions.sh #100147 > sed -i -e 's:-Wno-pointer-sign::' src/Makefile.in #325269 > append-cflags -Wno-pointer-sign > strip-unsupported-flags >} > >src_test() { > unset LD_AS_NEEDED #303797 > emake -j1 check >} > >src_install() { > emake install DESTDIR="${D}" || die "Install Failed" > > insinto /etc > doins doc/prelink.conf || die > > exeinto /etc/cron.daily > newexe "${FILESDIR}"/prelink.cron prelink > newconfd "${FILESDIR}"/prelink.confd prelink > > dodir /var/{lib/misc,log} > touch "${D}/var/lib/misc/prelink.full" > touch "${D}/var/lib/misc/prelink.quick" > touch "${D}/var/lib/misc/prelink.force" > touch "${D}/var/log/prelink.log" > > dodoc TODO ChangeLog >} > >pkg_postinst() { > echo > elog "You may wish to read the Gentoo Linux Prelink Guide, which can be" > elog "found online at:" > elog > elog " http://www.gentoo.org/doc/en/prelink-howto.xml" > elog > elog "Please edit /etc/conf.d/prelink to enable and configure prelink" > echo > touch "${ROOT}/var/lib/misc/prelink.force" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 325269
: 240019