From 320f2ceef8f987b0103a9b54edf66ff9f8f119af Mon Sep 17 00:00:00 2001 From: Stan Seibert <volsung@xiph.org> Date: Thu, 7 Aug 2003 15:53:21 +0000 Subject: [PATCH] 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 --- src/ao_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ao_private.h b/src/ao_private.h index e08a060..89f3336 100644 --- a/src/ao_private.h +++ b/src/ao_private.h @@ -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) -- GitLab