Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343116 Details for
Bug 337187
dev-libs/libmelf-0.4.0-r1 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libmelf-0.4.0-r2.ebuild
libmelf-0.4.0-r2.ebuild (text/plain), 1.05 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-24 16:30:10 UTC
(
hide
)
Description:
libmelf-0.4.0-r2.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-24 16:30:10 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libmelf/libmelf-0.4.0-r1.ebuild,v 1.1 2010/06/01 03:48:20 robbat2 Exp $ > >EAPI=5 >inherit eutils flag-o-matic > >DESCRIPTION="libmelf is a library interface for manipulating ELF object files." >HOMEPAGE="http://www.hick.org/code/skape/libmelf/" >SRC_URI="http://www.hick.org/code/skape/${PN}/${P}.tar.gz" > >LICENSE="Artistic" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND="${DEPEND}" > >src_prepare() { > # This patch was gained from the elfsign-0.2.2 release > epatch "${FILESDIR}"/${PN}-0.4.1-unfinal-release.patch > # Cleanup stuff > epatch "${FILESDIR}"/${PN}-0.4.0-r1-gcc-makefile-cleanup.patch >} > >src_compile() { > append-flags -fPIC > emake \ > CC="$(tc-getCC)" \ > AR="$(tc-getAR)" \ > RANLIB="$(tc-getRANLIB)" \ > OPTFLAGS="${CFLAGS}" >} > >src_install() { > into /usr > dobin tools/elfres > dolib.a libmelf.a > dolib.so libmelf.so > insinto /usr/include > doins melf.h stdelf.h > dodoc ChangeLog README > dohtml -r docs/html >}
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 337187
:
247201
|
340942
| 343116 |
343120