3 --- admin/pkgconfig/openal-config.in.orig 2006-02-11 09:36:55.000000000 +0000
4 +++ admin/pkgconfig/openal-config.in
5 @@ -6,8 +6,8 @@ bindir="@bindir@"
6 includedir="@includedir@"
8 PACKAGE_VERSION="@PACKAGE_VERSION@"
9 -# PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
10 -# PTHREAD_LIBS="@PTHREAD_LIBS@"
11 +PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
12 +PTHREAD_LIBS="@PTHREAD_LIBS@"
14 openal_dynamic_ldflags="-lopenal"
15 # TODO: configure should provide the following...
16 @@ -165,7 +165,7 @@ if test "$echo_libs" = "yes"; then
17 if test "${libdir}" = "/usr/lib" ; then
20 - libpathflag="-L${libdir}"
21 + libpathflag="-Wl,-R${libdir} -L${libdir}"
23 if test "${static_libs}" = "yes"; then
24 ldflags="${openal_static_ldflags}"