ustreamer: fix build on linux/arm/v6 for >v5.57

This commit is contained in:
Markus Küffner
2024-03-02 22:06:19 +01:00
parent d7a9fb7044
commit b82cc2ecda

View File

@@ -24,7 +24,7 @@ RUN git clone ${REPO} ustreamer \
&& rm -rf .git && rm -rf .git
RUN cd ustreamer \ RUN cd ustreamer \
&& make && make LDFLAGS=-latomic
## Runtime Image ## Runtime Image
FROM debian:bookworm-slim as run FROM debian:bookworm-slim as run