We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1738

Summary: Extra CFLAGS and LDFLAGS required on iOS
Product: SDL Reporter: Gabriel Jacobo <gabomdq>
Component: *don't know*Assignee: Gabriel Jacobo <gabomdq>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.0   
Hardware: ARM   
OS: iOS (All)   
Attachments: Adds extra CFLAGS and LDFLAGS required on iOS

Description Gabriel Jacobo 2013-03-02 06:44:02 UTC
Created attachment 1056 [details]
Adds extra CFLAGS and LDFLAGS required on iOS

I was going over the list of my customizations to SDL and I noticed that I had to modify the configure script to get SDL_image (and maybe others) to compile from the command line for iOS. Without these extra CFLAGS and LDFLAGS compilation fails on showimage with a bunch of undefined symbols.
Comment 1 Sam Lantinga 2013-03-02 13:49:16 UTC
Looks good, go ahead and commit it.
Comment 2 Gabriel Jacobo 2013-03-04 09:57:33 UTC
http://hg.libsdl.org/SDL/rev/e4e9fbf6f333