From 31d8adbe65d2ae356b13a58ff805fc2f9c053be7 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 3 Apr 2023 08:50:40 -0400 Subject: [PATCH] MT#56471 fix tests on 32-bit Fixes "undefined reference to `__atomic64_mutex'" Fixes #1639 Change-Id: I3193bbe43b40419ec21cbb100843ae69ff1595f2 --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 79e7ea8b5..b797898e7 100644 --- a/t/Makefile +++ b/t/Makefile @@ -257,7 +257,7 @@ daemon-tests-audio-player-play-media: daemon-test-deps test-bitstr: test-bitstr.o -test-mix-buffer: test-mix-buffer.o $(COMMONOBJS) mix_buffer.o ssrc.o rtp.o crypto.o +test-mix-buffer: test-mix-buffer.o $(COMMONOBJS) mix_buffer.o ssrc.o rtp.o crypto.o aux.o spandsp_send_fax_pcm: spandsp_send_fax_pcm.o