Bug 2168844

Summary: xwxapt: C99 compatibility fix for the configure script
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: xwxaptAssignee: DJ Delorie <dj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hobbes1069
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: xwxapt-3.4.1-10.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-10 08:13:08 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    
Attachments:
Description Flags
xwxapt-3.4.1-fedora-c99.patch none

Description Florian Weimer 2023-02-10 08:12:17 UTC
Created attachment 1943266 [details]
xwxapt-3.4.1-fedora-c99.patch

The file m4/intdiv0.m4 (copied from gettext/gnulib) needs a fix for C99 compatibility, to avoid calling the undeclared _exit function.

Filing this here for tracking purposes because there does not seem to be an upstream bug tracker.

Comment 1 DJ Delorie 2023-02-10 20:43:59 UTC
xwxapt-3.4.4 is available upstream which includes this fix