[SCM] invada-ladspa/master: Fix FTCBFS: Override gcc set in LD. (Closes: #882972)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Nov 28 11:08:06 UTC 2017


The following commit has been merged in the master branch:
commit c6474fad7aa81ad37b38523a1633f70cb1e87b8b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Nov 28 12:01:13 2017 +0100

    Fix FTCBFS: Override gcc set in LD. (Closes: #882972)

diff --git a/debian/rules b/debian/rules
index a6bd126..5eee8c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build -- 'LD=$$(CC)'
+
 override_dh_auto_install:
 	$(MAKE) install INSTALL_PLUGINS_DIR=$(CURDIR)/debian/invada-studio-plugins-ladspa/usr/lib/ladspa INSTALL_LRDF_DIR=$(CURDIR)/debian/invada-studio-plugins-ladspa/usr/share/ladspa/rdf

-- 
invada-ladspa packaging



More information about the pkg-multimedia-commits mailing list