Bug 2145212

Summary: libofa: Avoid C89ism in configure
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: libofaAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: rdieter, than
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libofa-0.9.3-43.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-23 15:35:44 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
libofa-configure-c99.patch
none
libofa-configure-c99.patch none

Description Florian Weimer 2022-11-23 14:17:59 UTC
Created attachment 1926722 [details]
libofa-configure-c99.patch

The configure script calls an undeclared exit function. This is in shell code that would be regenerated by autoconf. Since upstream is no longer active, I'm filing this bug for tracking purposes.

Comment 1 Florian Weimer 2022-11-23 15:35:26 UTC
Created attachment 1926725 [details]
libofa-configure-c99.patch