Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244823 Details for
Bug 334591
app-admin/lsat does not respect LDFLAGS/CFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to apply the makefile.in patch below
lsat-0.9.7.1-r1.ebuild (text/plain), 1.13 KB, created by
Ross Smith
on 2010-08-27 00:48:34 UTC
(
hide
)
Description:
ebuild to apply the makefile.in patch below
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-08-27 00:48:34 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.7.1.ebuild,v 1.2 2008/12/31 03:16:37 mr_bones_ Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="The Linux Security Auditing Tool" >HOMEPAGE="http://usat.sourceforge.net/" >SRC_URI="http://usat.sourceforge.net/code/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="minimal" > >DEPEND="dev-lang/perl" # pod2man >RDEPEND="!minimal? ( > app-portage/portage-utils > net-analyzer/nmap > sys-apps/iproute2 > sys-apps/which > sys-process/lsof > )" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-gentoo.patch > > # patch for segmentation fault see bug #184488 > epatch "${FILESDIR}"/${P}-segfault-fix.patch > # patch for not respecting LD flags see bug #334591 > epatch "${FILESDIR}"/${P}-ldflags-fix.patch >} > >src_compile() { > tc-export CC > econf > emake CFLAGS="${CFLAGS}" all manpage || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install installman || die "emake install failed" > dodoc README* *.txt > dohtml modules.html changelog/changelog.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 334591
:
244695
| 244823 |
244825