Skip to content

Commit 6e4d754

Browse files
committed
Use patched version of libtermcap to avoid compile errors on gcc 15.2 due to use of old-style static prototypes
Signed-off-by: DL6ER <[email protected]>
1 parent a02c02f commit 6e4d754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftl-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.23 AS build
22

33
ARG TARGETPLATFORM
44
ARG readlineversion=8.3
5-
ARG termcapversion=1.3.1
5+
ARG termcapversion=1.3.1-patched
66
ARG nettleversion=3.10.2
77
ARG mbedtlsversion=3.6.4
88

0 commit comments

Comments
 (0)