Revert back to previous known working ka9q-radio commit

pull/979/head
Mark Jessop 2025-02-08 10:04:33 +10:30
rodzic f1462c8c77
commit 62c4894d85
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 21f7f9a70e619ca88394ff1ca86de7482340232f && \
git checkout 08142683dbc398087a5b7d384b1a36bb24b1eca3 && \
make \
-f Makefile.linux \
"COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \