Bug#556694: FTBFS with binutils-gold

2011-04-30 Thread anomie
Here is a patch to configure.ac to make it pull in the needed libraries. Note that the selinux check must be moved, otherwise PKG_CHECK_MODULES skips setting XDM_LIBS entirely; as an alternative, you could have it set some other variable than XDM_LIBS and merge it in later. --- a/configure.ac +++ b

Bug#556694:

2011-01-30 Thread Artur Rona
Julien, so please propose better fix if you have. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#556694: FTBFS linking with ld --as-needed

2011-01-30 Thread Julien Cristau
On Sun, Jan 30, 2011 at 01:27:17 +0100, Artur Rona wrote: > I have updated patch from Ubuntu natty. Patch is incorrect, the libs should be picked up in XDM_LIBS from configure. Cheers, Julien signature.asc Description: Digital signature

Bug#556694: FTBFS linking with ld --as-needed

2011-01-29 Thread Artur Rona
I have updated patch from Ubuntu natty. Description: Fix FTBFS due to binutils-gold. Link against -lXext -lXrender -lXau. Bug-Debian: http://bugs.debian.org/556694 Author: Artur Rona diff -Nru -x '*~' xdm-1.1.10.orig/Makefile.am xdm-1.1.10/Makefile.am --- xdm-1.1.10.orig/Makefile.am 2010-04-10 03

Bug#556694:

2010-11-26 Thread Artur Rona
Tags: patch I made a patch which fixes FTBFS with binutils-gold on Ubuntu natty. Description: Fix FTBFS due to binutils-gold. Link against -lXext -lXrender -lXau. Bug-Debian: http://bugs.debian.org/556694 Author: Artur Rona diff -Nru -x '*~' xdm-1.1.10.orig/Makefile.am xdm-1.1.10/Makefile.am ---