[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#901340: marked as done (rev-plugins FTCBFS: upstream Makefile hard codes build architecture compiler g++)



Your message dated Fri, 21 Oct 2022 22:17:00 +0200
with message-id <69e675f3-8949-8812-b3c8-c07f80858085@kabelmail.de>
and subject line Re: rev-plugins FTCBFS: upstream Makefile hard codes build architecture compiler g++
has caused the Debian Bug report #901340,
regarding rev-plugins FTCBFS: upstream Makefile hard codes build architecture compiler g++
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
901340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901340
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: rev-plugins
Version: 0.7.1-3
Tags: patch upstream
User: helmutg@debian.org
Usertags: rebootstrap

rev-plugins fails to cross build from source, because the upstream
Makefile hard codes the build architecture compiler g++. After making it
substitutable, rev-plugins cross builds successfully. Please consider
applying the attached patch.

Helmut
--- rev-plugins-0.7.1.orig/Makefile
+++ rev-plugins-0.7.1/Makefile
@@ -28,7 +28,7 @@
 
 REVERBS_O = reverbs.o reverbs_if.o zreverb.o pareq.o
 zita-reverbs.so:	$(REVERBS_O)	
-	g++ -shared  -o $@  $(REVERBS_O) $(LDFLAGS)
+	$(CXX) -shared  -o $@  $(REVERBS_O) $(LDFLAGS)
 
 reverbs.o:	ladspaplugin.h reverbs.h zreverb.h pareq.h
 reverbs_if.o:	ladspaplugin.h reverbs.h zreverb.h pareq.h

--- End Message ---
--- Begin Message ---
Version: 0.8.1-1

Cross building works with this version

--- End Message ---

Reply to: