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

Bug#910315: marked as done (zita-ajbridge FTCBFS: hard codes the build architecture compiler)



Your message dated Mon, 3 Feb 2020 17:19:38 +0100
with message-id <f274022c-aa28-3f3a-0a19-744f423c484a@kabelmail.de>
and subject line Re: zita-ajbridge FTCBFS: hard codes the build architecture compiler
has caused the Debian Bug report #910315,
regarding zita-ajbridge FTCBFS: hard codes the build architecture compiler
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.)


-- 
910315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910315
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: zita-ajbridge
Version: 0.7.0-1
Tags: patch upstream
User: helmutg@debian.org
Usertags: rebootstrap

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

Helmut
--- zita-ajbridge-0.7.0.orig/source/Makefile
+++ zita-ajbridge-0.7.0/source/Makefile
@@ -40,7 +40,7 @@
 zita-a2j:	CPPFLAGS += -DAPPNAME=\"zita-a2j\"
 zita-a2j:	LDLIBS += -lzita-resampler -lzita-alsa-pcmi -ljack -lasound -lpthread -lm -lrt
 zita-a2j:	$(ZITA-A2J_O)
-	g++ $(LDFLAGS) -o $@ $(ZITA-A2J_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(ZITA-A2J_O) $(LDLIBS)
 
 
 ZITA-J2A_O = zita-j2a.o alsathread.o jackclient.o pxthread.o lfqueue.o
@@ -49,7 +49,7 @@
 zita-j2a:	CPPFLAGS += -DAPPNAME=\"zita-j2a\"
 zita-j2a:	LDLIBS += -lzita-resampler -lzita-alsa-pcmi -ljack -lasound -lpthread -lm -lrt
 zita-j2a:	$(ZITA-J2A_O)
-	g++ $(LDFLAGS) -o $@ $(ZITA-J2A_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(ZITA-J2A_O) $(LDLIBS)
 
 
 #zita-ajbridge.1.gz:	zita-ajbridge.1

--- End Message ---
--- Begin Message ---
version: 0.8.2-1
fixed by upstream available in sid version 0.8.2-1

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: