Bug 2162011

Summary: libopm: Fixes for the configure script
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: libopmAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libopm-0.1-32.20050731cvs.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-18 15:32:30 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
libopm-configure-c99.patch none

Description Florian Weimer 2023-01-18 15:13:51 UTC
Created attachment 1938928 [details]
libopm-configure-c99.patch

The configure script contains many implicit function declarations, so it will break if we build Fedora with a compiler that does not support them by default.

I couldn't find any upstream project, so I'm filing this bug for tracking purposes.