Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 874139 Details for
Bug 907039
sys-fs/xfsprogs-6.3.0 - rdwr.c: error: unknown type name off64_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
FEATURE TEST MACRO fix for musl
xfsprogs-6.5.0-offset.patch (text/plain), 737 bytes, created by
Sven E.
on 2023-11-05 18:17:11 UTC
(
hide
)
Description:
FEATURE TEST MACRO fix for musl
Filename:
MIME Type:
Creator:
Sven E.
Created:
2023-11-05 18:17:11 UTC
Size:
737 bytes
patch
obsolete
>diff -Naur xfsprogs-6.5.0-orig/include/builddefs.in xfsprogs-6.5.0-new/include/builddefs.in >--- xfsprogs-6.5.0-orig/include/builddefs.in 2023-10-12 11:10:11.000000000 +0000 >+++ xfsprogs-6.5.0-new/include/builddefs.in 2023-11-05 17:26:44.444043665 +0000 >@@ -13,8 +13,8 @@ > MALLOCLIB = @malloc_lib@ > LOADERFLAGS = @LDFLAGS@ > LTLDFLAGS = @LDFLAGS@ >-CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -Wno-address-of-packed-member >-BUILD_CFLAGS = @BUILD_CFLAGS@ -D_FILE_OFFSET_BITS=64 >+CFLAGS = @CFLAGS@ -D_LARGEFILE64_SOURCE -Wno-address-of-packed-member >+BUILD_CFLAGS = @BUILD_CFLAGS@ -D_LARGEFILE64_SOURCE > > # make sure we don't pick up whacky LDFLAGS from the make environment and > # only use what we calculate from the configured options above.
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 907039
:
862317
|
862318
|
862319
|
862320
|
862321
|
862322
|
862323
|
862324
| 874139