diff options
author | Chia-I Wu <[email protected]> | 2010-07-16 20:09:29 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-07-16 20:19:13 +0800 |
commit | 08f4bc07e424aaeb35eb58736fdca64b1398c190 (patch) | |
tree | 4944450e7e9efa97ce751e80b7be9dc216e86dfc /configs/autoconf.in | |
parent | 39ae965783d43ecc4426d0340381c091518bdedb (diff) |
st/egl: Fix build on FreeBSD.
There is no libdl on FreeBSD. Based on patch from Thinker
<[email protected]>, which is against 7.8.
This fixes fdo bug #29093.
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 5afd5627fec..7c6f123cac0 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -34,6 +34,8 @@ LLVM_LIBS = @LLVM_LIBS@ GLW_CFLAGS = @GLW_CFLAGS@ GLUT_CFLAGS = @GLUT_CFLAGS@ +# dlopen +DLOPEN_LIBS = @DLOPEN_LIBS@ # Source selection MESA_ASM_SOURCES = @MESA_ASM_SOURCES@ |