Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213257 Details for
Bug 297248
<dev-util/pkgconfig-0.26: build fails with C99 standard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Explicitly set -std=gnu89 for compilers with alternate defaults
pkgconfig-0.23-force-gnu89-v2.patch (text/plain), 542 bytes, created by
Andrew Jeffery
on 2009-12-17 02:04:24 UTC
(
hide
)
Description:
Explicitly set -std=gnu89 for compilers with alternate defaults
Filename:
MIME Type:
Creator:
Andrew Jeffery
Created:
2009-12-17 02:04:24 UTC
Size:
542 bytes
patch
obsolete
>--- /usr/portage/dev-util/pkgconfig/pkgconfig-0.23.ebuild 2009-04-05 10:37:41.000000000 +0000 >+++ clang-fixes/dev-util/pkgconfig/pkgconfig-0.23.ebuild 2009-12-16 23:13:13.000000000 +0000 >@@ -29,6 +29,10 @@ > # lines are inherited between libraries > use elibc_FreeBSD && myconf="${myconf} --enable-indirect-deps" > >+ # Force GNU89 to avoid linking issues (e.g. Clang defaults to C99 and >+ # fails to link due to duplicate function definitions) >+ append-flags -std=gnu89 >+ > econf ${myconf} || die "econf failed" > emake || die "emake failed"
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 297248
:
213254
|
213257
|
213743
|
213745
|
213902