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

Mathieu Parent sathieu at moszumanska.debian.org
Tue May 3 20:36:33 UTC 2016


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




More information about the Pkg-samba-maint mailing list