Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213253 Details for
Bug 297243
sys-fs/e2fsprogs: 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
e2fsprogs-1.41.9-force-gnu89.patch (text/plain), 461 bytes, created by
Andrew Jeffery
on 2009-12-17 00:47:06 UTC
(
hide
)
Description:
Explicitly set -std=gnu89 for compilers with alternate defaults
Filename:
MIME Type:
Creator:
Andrew Jeffery
Created:
2009-12-17 00:47:06 UTC
Size:
461 bytes
patch
obsolete
>--- /usr/portage/sys-fs/e2fsprogs/e2fsprogs-1.41.9.ebuild 2009-12-07 11:36:43.000000000 +0000 >+++ clang-fixes/sys-fs/e2fsprogs/e2fsprogs-1.41.9.ebuild 2009-12-15 12:56:11.000000000 +0000 >@@ -70,6 +70,9 @@ > *) libtype=elf;; > esac > >+ # 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 >+ > ac_cv_path_LDCONFIG=: \ > econf \ > --with-root-prefix=/ \
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 297243
:
213253
|
213255
|
213717
|
213719
|
214006