Bug 966115

Summary: SDL_config.h wrapper lacks aarch64 support
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: SDLAssignee: Petr Pisar <ppisar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: SDL-1.2.15-8.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-26 11:51:14 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:

Description Mark Salter 2013-05-22 14:11:17 UTC
Description of problem:
Following patch needed to support aarch64:

diff --git a/SDL_config.h b/SDL_config.h
index 298a1d8..109f879 100644
--- a/SDL_config.h
+++ b/SDL_config.h
@@ -57,6 +57,8 @@
 #include "SDL_config-sparc64.h"
 #elif defined(__sparc__)
 #include "SDL_config-sparc.h"
+#elif defined(__aarch64__)
+#include "SDL_config-aarch64.h"
 #else
 #error "The SDL-devel package is not usable with the architecture."
 #endif


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Fedora Update System 2013-05-23 06:55:37 UTC
SDL-1.2.15-8.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/SDL-1.2.15-8.fc19

Comment 2 Fedora Update System 2013-05-27 03:29:58 UTC
SDL-1.2.15-8.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.