Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48333 Details for
Bug 71657
Nessus libs 2.2.0 fail to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild to include linux26.patch
nessus-libraries-2.3.0.ebuild (text/plain), 899 bytes, created by
Torsten Kaiser
on 2005-01-12 11:50:39 UTC
(
hide
)
Description:
Modified ebuild to include linux26.patch
Filename:
MIME Type:
Creator:
Torsten Kaiser
Created:
2005-01-12 11:50:39 UTC
Size:
899 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.3.0.ebuild,v 1.1 2005/01/12 08:30:30 dragonheart Exp $ > >DESCRIPTION="A remote security scanner for Linux (nessus-libraries)" >HOMEPAGE="http://www.nessus.org/" >SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" >IUSE="" > ># Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. >DEPEND=">=dev-libs/openssl-0.9.6d" >S=${WORKDIR}/${PN} > >inherit eutils > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/linux26.patch >} > >src_compile() { > econf --with-ssl=/usr/lib || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "failed to install" > dodoc README* >}
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 71657
:
46297
| 48333 |
48334