Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219093 Details for
Bug 296749
dev-libs/xalan-c fails to build with parallel make
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Have objects depend on locale
gentoo296749a.patch (text/plain), 611 bytes, created by
Martin von Gagern
on 2010-02-10 12:12:55 UTC
(
hide
)
Description:
Have objects depend on locale
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2010-02-10 12:12:55 UTC
Size:
611 bytes
patch
obsolete
>Add dependencies to avoid parallel build failures. > >2010-02-10 Martin von Gagern > >References: > https://issues.apache.org/jira/browse/XALANC-696 > http://bugs.gentoo.org/296749 > >Index: xml-xalan/c/src/xalanc/Makefile.in >=================================================================== >--- xml-xalan.orig/c/src/xalanc/Makefile.in >+++ xml-xalan/c/src/xalanc/Makefile.in >@@ -173,6 +173,9 @@ depend: > > compile: $(ALL_OBJECTS) > >+$(ALL_OBJECTS) $(TESTXSLT_OBJS) $(XALANEXE_OBJS) $(TESTXPATH_OBJS): locale >+locale: prepare >+ > ifeq (${OS390BATCH},1) > XalanExe: lib "//'$(LOADSAMP)(${BATCH_XALAN_UTIL_NAME})'" >
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 296749
:
212900
| 219093 |
220815