From fca246f4fb364e636f5826fb0a2c6ed72101d104 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sat, 8 Feb 2025 18:41:12 -0500 Subject: [PATCH 1/2] Update to the latest ka9q-radio commit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a01522c..fb150699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,10 +62,10 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_ # Compile ka9q-radio from source RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \ cd /root/ka9q-radio && \ - git checkout 08142683dbc398087a5b7d384b1a36bb24b1eca3 && \ + git checkout 854ef7510a125a95312dabc285c1ba8371f675f2 && \ make \ -f Makefile.linux \ - "COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \ + ARCHOPTS= \ tune powers pcmrecord # Copy in radiosonde_auto_rx. From a02b3b5bcd1e783ef01a008e9c616823f0f37f33 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Tue, 11 Feb 2025 19:52:44 -0500 Subject: [PATCH 2/2] Update to latest ka9q-radio commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb150699..2dae1ce6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_ # Compile ka9q-radio from source RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \ cd /root/ka9q-radio && \ - git checkout 854ef7510a125a95312dabc285c1ba8371f675f2 && \ + git checkout ca8c687479b8aa965e749ec2a365ce41ba50f96b && \ make \ -f Makefile.linux \ ARCHOPTS= \