Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240417 Details for
Bug 287555
app-text/linuxdoc-tools-0.9.21_p11 partially ignores LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding patch to ebuild, respecting CC and LDFLAGS
linuxdoc-tools-0.9.21_p11.diff (text/plain), 967 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-07-28 12:29:39 UTC
(
hide
)
Description:
adding patch to ebuild, respecting CC and LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-07-28 12:29:39 UTC
Size:
967 bytes
patch
obsolete
>--- linuxdoc-tools-0.9.21_p11.ebuild.orig 2010-07-28 14:28:06.996057718 +0200 >+++ linuxdoc-tools-0.9.21_p11.ebuild 2010-07-28 14:27:31.170818474 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild,v 1.7 2010/01/25 18:53:40 armin76 Exp $ > >-inherit eutils sgml-catalog >+inherit eutils sgml-catalog toolchain-funcs > > MY_PV=${PV/_p/-0.} > >@@ -38,12 +38,13 @@ > epatch "${FILESDIR}/${PN}-0.9.13-letter.patch" > epatch "${FILESDIR}/${PN}-0.9.20-lib64.patch" > epatch "${FILESDIR}/${PN}-0.9.21-malloc.patch" >+ epatch "${FILESDIR}/${PN}-0.9.21-ldflags.patch" > } > src_compile() { > local myconf="--with-installed-iso-entities" > > econf $myconf || die "./configure failed" >- emake CFLAGS="${CFLAGS}" || die "Compilation failed" >+ emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "Compilation failed" > } > > src_install() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287555
: 240417 |
240419