Magellan Linux

Contents of /trunk/xorg-server/patches/xorg-server-1.7.6-dlopen-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1036 - (show annotations) (download)
Thu Apr 29 22:29:31 2010 UTC (14 years ago) by niro
File size: 466 byte(s)
fixed limking issues against libdl

1 diff -Naur xorg-server-1.7.6/configure.ac xorg-server-1.7.6-magellan/configure.ac
2 --- xorg-server-1.7.6/configure.ac 2010-03-17 01:50:41.000000000 +0100
3 +++ xorg-server-1.7.6-magellan/configure.ac 2010-04-30 00:32:14.000000000 +0200
4 @@ -196,6 +196,7 @@
5 dnl has it in libc), or if libdl is needed to get it.
6 AC_CHECK_FUNC([dlopen], [],
7 AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
8 +AC_SUBST(DLOPEN_LIBS)
9
10 dnl Checks for library functions.
11 AC_FUNC_VPRINTF