Bug 2156071

Summary: gnudos: Needs to be build with -D_GNU_SOURCE
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: gnudosAssignee: Mohammed Isam <mohammed_isam1984>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mohammed_isam1984
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gnudos-1.11-17.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-23 17:20:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    

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.