Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97337 Details for
Bug 145559
net-misc/mDNSResponder-107.5 doesnt build on AMD64 with MAKEOPTS="-j2"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch to mDNSResponder-107.5.ebuild adds -j1 to emake
mDNSResponder-107.5.ebuild.patch (text/plain), 829 bytes, created by
Richard Fleming
on 2006-09-18 07:45:09 UTC
(
hide
)
Description:
This patch to mDNSResponder-107.5.ebuild adds -j1 to emake
Filename:
MIME Type:
Creator:
Richard Fleming
Created:
2006-09-18 07:45:09 UTC
Size:
829 bytes
patch
obsolete
>--- /usr/portage/net-misc/mDNSResponder/mDNSResponder-107.5.ebuild 2006-04-13 09:38:50.000000000 -0400 >+++ /usr/local/portage/net-misc/mDNSResponder/mDNSResponder-107.5~.ebuild 2006-09-18 10:29:31.000000000 -0400 >@@ -27,10 +27,10 @@ > local debug, jdk > use java && jdk="JDK=$(java-config -O)" > use debug && debug='DEBUG=1' >- einfo "Running emake " os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ >+ einfo "Running emake "-j1 os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ > ${jdk} ${debug} OPT_CFLAGS="${CFLAGS}" LIBFLAGS="${LDFLAGS}" \ > STRIP="true" LOCALBASE="/usr" "$@" >- emake os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ >+ emake -j1 os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ > ${jdk} ${debug} OPT_CFLAGS="${CFLAGS}" LIBFLAGS="${LDFLAGS}" \ > STRIP="true" LOCALBASE="/usr" "$@" > }
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 145559
: 97337