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

Temp fix to bug 132 while I look into how to handle this mess better

with autoconf or use ltdl.


git-svn-id: http://svn.xiph.org/trunk/ao@5204 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 2028d25a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
*
* ALSA requires RTLD_GLOBAL.
*/
#if defined(__OpenBSD__)
#if defined(__OpenBSD__) || defined(hpux)
#define DLOPEN_FLAG (RTLD_LAZY)
#else
#define DLOPEN_FLAG (RTLD_NOW | RTLD_GLOBAL)
......
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