[xiph-cvs] cvs commit: ao/src ao_private.h
Stan Seibert
volsung at xiph.org
Thu Aug 7 08:53:21 PDT 2003
volsung 03/08/07 11:53:21
Modified: src ao_private.h
Log:
Temp fix to bug 132 while I look into how to handle this mess better
with autoconf or use ltdl.
Revision Changes Path
1.7 +1 -1 ao/src/ao_private.h
Index: ao_private.h
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_private.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ao_private.h 17 Dec 2001 14:06:50 -0000 1.6
+++ ao_private.h 7 Aug 2003 15:53:21 -0000 1.7
@@ -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)
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list