Bug 2156071 - gnudos: Needs to be build with -D_GNU_SOURCE
Summary: gnudos: Needs to be build with -D_GNU_SOURCE
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnudos
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mohammed Isam
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2022-12-23 17:10 UTC by Florian Weimer
Modified: 2022-12-23 17:20 UTC (History)
1 user (show)

Fixed In Version: gnudos-1.11-17.fc38
Clone Of:
Environment:
Last Closed: 2022-12-23 17:20:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2022-12-23 17:10:01 UTC
We need to build with -D_GNU_SOURCE for prototypes of fcloseall and strcasestr.

Upstream, AC_USE_SYSTEM_EXTENSIONS (which sets _GNU_SOURCE) should probably be added to configure.ac, but I do not want to start running autoconf during the build, so I'm just adding the -D_GNU_SOURCE flag.


Note You need to log in before you can comment on or make changes to this bug.