[Pkg-samba-maint] [samba] 01/02: Enable LFS via LFS_LDFLAGS and LFS_CFLAGS

Mathieu Parent math.parent at gmail.com
Tue May 3 20:39:14 UTC 2016


Hello,

Below is my proposed fix for the FTBFS on 32-bit archs [1].

I'll upload tomorrow (once built locally)

[1]: https://buildd.debian.org/status/package.php?p=samba

Cheers

Mathieu

2016-05-03 22:36 GMT+02:00 Mathieu Parent <sathieu at moszumanska.debian.org>:
> This is an automated email from the git hooks/post-receive script.
>
> sathieu pushed a commit to branch master
> in repository samba.
>
> commit 6c88252b3cbae946300892c9c71093a59accaeff
> Author: Mathieu Parent <math.parent at gmail.com>
> Date:   Tue May 3 22:14:54 2016 +0200
>
>     Enable LFS via LFS_LDFLAGS and LFS_CFLAGS
> ---
>  debian/rules | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index b9e5d70..857e070 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -3,7 +3,8 @@
>  #
>  DESTDIR = $(CURDIR)/debian/tmp
>
> -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
> +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed $(shell getconf LFS_LDFLAGS)
> +export DEB_CFLAGS_MAINT_APPEND = $(shell getconf LFS_CFLAGS)
>
>  PYVERS=$(shell pyversions -vr)
>
>
> --
> Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
>
>
> _______________________________________________
> Pkg-samba-maint mailing list
> Pkg-samba-maint at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-samba-maint



-- 
Mathieu



More information about the Pkg-samba-maint mailing list