[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-xfce-devel] Bug#649633: Bug#649633: Bug#649633: lightdm: FTBFS (O_NOFOLLOW is linux-only)



2011/11/23 Yves-Alexis Perez <corsac at debian.org>:
> I might not doing it correctly, but just adding:
>
> Index: lightdm-1.0.6/configure.ac
> ===================================================================
> --- lightdm-1.0.6.orig/configure.ac ? ? 2011-11-02 16:27:27.000000000 +0100
> +++ lightdm-1.0.6/configure.ac ?2011-11-23 22:12:07.522254011 +0100
> @@ -1,6 +1,7 @@
> ?dnl Process this file with autoconf to produce a configure script.
>
> ?AC_INIT(lightdm, 1.0.6)
> +AC_USE_SYSTEM_EXTENSIONS
> ?AC_CONFIG_MACRO_DIR(m4)
> ?AC_CONFIG_HEADER(config.h)
> ?AM_INIT_AUTOMAKE
>
> doesn't fix the problem at all. I tried to find some documentation, but
> I failed miserably. I don't know much about autotools, so any help
> appreciated.

Did you regenerate configure?

Anyway, this is most likely only needed because -D_GNU_SOURCE is
defined as Linux-only somewhere. Try grepping for "linux" and see what
comes out.

-- 
Robert Millan






Reply to: