Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59995 Details for
Bug 94245
Add dietlibc option for app-admin/socklog
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for dietlibc support
diet-socklog.patch (text/plain), 742 bytes, created by
Ron Bickers
on 2005-05-27 22:21:53 UTC
(
hide
)
Description:
patch for dietlibc support
Filename:
MIME Type:
Creator:
Ron Bickers
Created:
2005-05-27 22:21:53 UTC
Size:
742 bytes
patch
obsolete
>--- socklog-2.0.2.ebuild.orig 2005-05-27 23:52:56.000000000 -0400 >+++ socklog-2.0.2.ebuild 2005-05-28 00:04:22.000000000 -0400 >@@ -11,7 +11,7 @@ > LICENSE="BSD" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" >-IUSE="static" >+IUSE="static diet" > > DEPEND="" > RDEPEND="${DEPEND} >@@ -25,8 +25,13 @@ > cd ${S} > > use static && append-ldflags -static >- echo "$(tc-getCC) ${CFLAGS}" > src/conf-cc >- echo "$(tc-getCC) ${LDFLAGS}" > src/conf-ld >+ if use diet; then >+ echo -n "diet -Os $(tc-getCC) ${CFLAGS}" > src/conf-cc >+ echo -n "diet -Os $(tc-getCC) ${LDFLAGS}" > src/conf-ld >+ else >+ echo "$(tc-getCC) ${CFLAGS}" > src/conf-cc >+ echo "$(tc-getCC) ${LDFLAGS}" > src/conf-ld >+ fi > } > > src_compile() {
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 94245
:
59995
|
59996