xdm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Mon Sep 20 17:28:19 PDT 2010


 Makefile.am  |    5 ++++-
 configure.ac |    9 ---------
 2 files changed, 4 insertions(+), 10 deletions(-)

New commits:
commit 8b7999f8e0f797a593ac2f4697ba3be983b421ae
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Aug 30 07:39:56 2010 -0400

    config: use libtool -export-dynamic option for reverse dependencies
    
    This replaces -rdynamic which is a GNU/Linux only solution.
    
    "If symbols from your executable are needed to satisfy unresolved
    references in a library you want to dlopen you will have to use
    the flag -export-dynamic. You should use -export-dynamic while
    linking the executable that calls dlopen."
    
    It is used by the xserver, in Xdmx for example.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list