Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25704 Details for
Bug 40128
ghc 6.2 fails to build using ghc 6.0.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to configure script to work around ArSupportsInput issue
ghc-6.2-configure.patch (text/plain), 902 bytes, created by
Sam Yates
on 2004-02-16 00:29:17 UTC
(
hide
)
Description:
patch to configure script to work around ArSupportsInput issue
Filename:
MIME Type:
Creator:
Sam Yates
Created:
2004-02-16 00:29:17 UTC
Size:
902 bytes
patch
obsolete
>*** ghc-6.2.orig/configure.orig 2004-02-16 10:31:03.646908696 +0900 >--- ghc-6.2/configure 2004-02-16 10:31:50.401800872 +0900 >*************** >*** 3901,3912 **** > esac > test -n "$ArCmd" && test -n "$verbose" && echo " setting ArCmd to $ArCmd" > >! if $ArCmd conftest.a -input /dev/null >/dev/null 2>/dev/null; then >! ArSupportsInput='-input' >! else >! ArSupportsInput='' >! fi >! rm -rf conftest* > test -n "$ArSupportsInput" && test -n "$verbose" && echo " setting ArSupportsInput to $ArSupportsInput" > > if test -z "$NeedRanLib"; then >--- 3901,3908 ---- > esac > test -n "$ArCmd" && test -n "$verbose" && echo " setting ArCmd to $ArCmd" > >! # Force ArSupportsInput to '' to work around a build error >! ArSupportsInput='' > test -n "$ArSupportsInput" && test -n "$verbose" && echo " setting ArSupportsInput to $ArSupportsInput" > > if test -z "$NeedRanLib"; then
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 40128
: 25704