[SCM] qm-dsp/master: Link with g++

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Dec 15 21:21:48 UTC 2016


The following commit has been merged in the master branch:
commit 0f0ad16398201a84d4995d68be47e48c3ad7a6e4
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Dec 15 22:12:01 2016 +0100

    Link with g++
    
    rather than gcc, since this is really a C++-library and depends on libstdc++

diff --git a/debian/rules b/debian/rules
index e70c86a..73224b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ CFLAGS+=$(QM-DSP_CFLAGS)
 override_dh_auto_build:
 	$(MAKE) -f build/general/Makefile.inc
 	dh_auto_build
-	gcc -shared $(LDFLAGS) -o $(QM-DSP_MAJ) -Wl,-soname,$(QM-DSP_MAJ) -Wl,--whole-archive $(QM-DSP_DEP) -Wl,--no-whole-archive $(QM-DSP_LFLAGS)
+	g++ -shared $(LDFLAGS) -o $(QM-DSP_MAJ) -Wl,-soname,$(QM-DSP_MAJ) -Wl,--whole-archive $(QM-DSP_DEP) -Wl,--no-whole-archive $(QM-DSP_LFLAGS)
 
 override_dh_auto_install:
 	install -d $(DESTDIR)$(PREFIX)/include/$(QM-DSP_H)/base

-- 
qm-dsp packaging



More information about the pkg-multimedia-commits mailing list