Skip to content

Commit 193c5c6

Browse files
authored
tmux: use -std=gnu17 to fix ftbfs with gcc 15 (#57612)
use `-std=gnu17` for now ![image](https://github.com/user-attachments/assets/0acf0d7c-2ad6-47d7-8340-0aa7f0f04310) Signed-off-by: Tuan Anh Tran <me@tuananh.org>
1 parent 296fb6a commit 193c5c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tmux.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: tmux
33
version: "3.5"
4-
epoch: 1
4+
epoch: 2
55
description: Tool to control multiple terminals from a single terminal
66
copyright:
77
- license: ISC
@@ -30,6 +30,9 @@ environment:
3030
- wolfi-base
3131
- yaml-dev
3232
- zlib-dev
33+
environment:
34+
# TODO: drop this once tmux fixes it
35+
CFLAGS: -std=gnu17
3336

3437
pipeline:
3538
- uses: git-checkout

0 commit comments

Comments
 (0)