Bug 2159453

Summary: dvdisaster: C99 fixes for the configure script
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: dvdisasterAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dmitry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dvdisaster-0.79.5-15.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-09 16:22:51 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
dvdisaster-configure-c99.patch none

Description Florian Weimer 2023-01-09 16:12:49 UTC
Created attachment 1936808 [details]
dvdisaster-configure-c99.patch

The non-autoconf configure script fails to include <stdio.h> for the printf function prototype. As a result, the build fails with a C99 compiler that does not support implicit function declarations.

Filing this here because upstream seems to be defunct.