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 2875 - CMake: DLOPEN not enabled by default
Summary: CMake: DLOPEN not enabled by default
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 minor
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: triage-2.0.4
Depends on:
Blocks:
 
Reported: 2015-02-11 15:15 UTC by Sebastian Lipponer
Modified: 2015-03-24 07:22 UTC (History)
1 user (show)

See Also:


Attachments
Fix (1.89 KB, patch)
2015-02-11 15:15 UTC, Sebastian Lipponer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Lipponer 2015-02-11 15:15:11 UTC
Created attachment 2028 [details]
Fix

The shared object loading component (CMake option SDL_DLOPEN) is not enabled by default, even though it is intended to be enabled by default. See the attached patch.
Comment 1 Ryan C. Gordon 2015-02-19 05:22:21 UTC
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though!
Comment 2 Ryan C. Gordon 2015-03-24 07:18:02 UTC
I fixed this bug while fixing the Wayland and Mir dynamic loading in the CMake script, so I think we're good to go here now.

    https://hg.libsdl.org/SDL/rev/93ba64cb5e16

--ryan.
Comment 3 Ryan C. Gordon 2015-03-24 07:22:31 UTC
...actually, your patch was better, so I just applied that:

    https://hg.libsdl.org/SDL/rev/a9c73f29a15e

--ryan.