Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227435 Details for
Bug 314111
www-servers/gatling: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gatling-0.11-r1.ebuild.diff (Corrected ebuild)
gatling-0.11-r1.ebuild.diff (text/plain), 1.20 KB, created by
Christophe LEFEBVRE
on 2010-04-11 20:02:33 UTC
(
hide
)
Description:
gatling-0.11-r1.ebuild.diff (Corrected ebuild)
Filename:
MIME Type:
Creator:
Christophe LEFEBVRE
Created:
2010-04-11 20:02:33 UTC
Size:
1.20 KB
patch
obsolete
>--- gatling-0.11-r1.ebuild.orig 2010-04-11 20:10:15.000000000 +0200 >+++ gatling-0.11-r1.ebuild 2010-04-11 20:58:39.000000000 +0200 >@@ -11,15 +11,13 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~x86" >- > # We still have compile issues with USE=ssl, so it's commented out for now > #IUSE="ssl" > IUSE="" > > DEPEND=">=dev-libs/libowfat-0.25 > dev-libs/dietlibc" >- #ssl? ( dev-libs/openssl ) >- #" >+ #ssl? ( dev-libs/openssl )" > RDEPEND="" > > src_unpack() { >@@ -27,6 +25,7 @@ > cd "${S}" > > epatch "${FILESDIR}/gentoo-vars.patch" >+ sed -i -e '/LDFLAGS+=-s/d' GNUmakefile || die > } > > src_compile() { >@@ -34,18 +33,18 @@ > #if use ssl; then > # emake tlsgatling || die "emake tlsgatling failed" > #fi >- emake gatling || die "emake gatling failed" >+ emake gatling || die > } > > src_install() { >- dobin gatling || die "installing gatling binary failed" >- doman gatling.1 || die "installing manpage failed" >+ dobin gatling || die >+ doman gatling.1 || die > # FIX ME > #dobin tlsgatling || die "installing tlsgatling binary failed" > > newconfd "${FILESDIR}/gatling.confd gatling" > newinitd "${FILESDIR}/gatling.initd gatling" >- dodoc README.{ftp,http} || die "installing docs failed" >+ dodoc README.{ftp,http} || die > } > > pkg_setup() {
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 314111
: 227435