Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344520 Details for
Bug 335326
net-misc/astmanproxy does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
astmanproxy-1.1-r1.ebuild
astmanproxy-1.1-r1.ebuild (text/plain), 1.28 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-05 16:40:03 UTC
(
hide
)
Description:
astmanproxy-1.1-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-05 16:40:03 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.6 2009/12/23 12:52:19 flameeyes Exp $ > >EAPI="5" > >inherit eutils multilib flag-o-matic > >DESCRIPTION="Proxy for the Asterisk manager interface" >HOMEPAGE="http://www.popvox.com/astmanproxy/" >SRC_URI="http://www.popvox.com/${PN}/${P}-20050705-0643.tgz" > >IUSE="" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~x86" > >src_prepare() { > # small patch for cflags and path changes > epatch "${FILESDIR}"/${P}-gentoo.diff > > # Fix multilib + ldflags > sed -i \ > -e "s#/usr/lib/#/usr/\$(get_libdir)/#" \ > -e "s#\$(CFLAGS) -o#\$(CFLAGS) \$(LDFLAGS) -o#" \ > -e "s#\$(LD)#\$(LD) \$(RAWLDFLAGS)#" \ > Makefile || die "sed failed" >} > >src_compile() { > emake CC="$(tc-getCC)" \ > LDFLAGS="${LDFLAGS}" \ > LD="$(tc-getLD)" \ > RAWLDFLAGS="$(raw-ldflags)" >} > >src_install() { > # bug #298082 > emake -j1 \ > CC="$(tc-getCC)" \ > LDFLAGS="${LDFLAGS}" \ > LD="$(tc-getLD)" \ > RAWLDFLAGS="$(raw-ldflags)" \ > DESTDIR="${D}" install > > dodoc README README.* VERSIONS astmanproxy.conf > > docinto samples > dodoc samples/* > > # fix permissions on config file > fperms 0640 /etc/astmanproxy.conf > > newinitd "${FILESDIR}"/astmanproxy.rc6 astmanproxy >}
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 335326
:
245407
| 344520