[SCM] seq24/master: Use DEB_LDFLAGS_MAINT_APPEND to adjust LDFLAGS

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Fri Dec 1 17:20:55 UTC 2017


The following commit has been merged in the master branch:
commit 0519458bba4e3600ae37df61af1cd4ba1a74a792
Author: James Cowgill <jcowgill at debian.org>
Date:   Sun Nov 26 19:55:34 2017 +0000

    Use DEB_LDFLAGS_MAINT_APPEND to adjust LDFLAGS

diff --git a/debian/rules b/debian/rules
index daebfb2..6c682f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
 	dh $@

-- 
seq24 packaging



More information about the pkg-multimedia-commits mailing list