Skip to content
Snippets Groups Projects
Commit 7501181e authored by Stan Seibert's avatar Stan Seibert
Browse files

OpenBSD compatibility fix.

git-svn-id: http://svn.xiph.org/trunk/ao@2629 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent e9355e87
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
* ALSA requires RTLD_GLOBAL.
*/
#if defined(__OpenBSD__)
#define DLOPEN_FLAG (RTLD_LAZY | RTLD_GLOBAL)
#define DLOPEN_FLAG (RTLD_LAZY)
#else
#define DLOPEN_FLAG (RTLD_NOW | RTLD_GLOBAL)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment