From a097fcaca33e0dd1e78be5a0c4a211719e635aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Fri, 12 Dec 2025 20:10:40 -0500 Subject: [PATCH] linux-audio: fix dssi build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- linux-audio/dssi.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/linux-audio/dssi.json b/linux-audio/dssi.json index ec33fd37..b094564b 100644 --- a/linux-audio/dssi.json +++ b/linux-audio/dssi.json @@ -1,6 +1,9 @@ { "name": "dssi", "rm-configure": true, + "build-options": { + "cflags": "-std=gnu18 -Wno-error=incompatible-pointer-types" + }, "config-opts": [ "--disable-static" ], @@ -19,11 +22,10 @@ "sha256": "f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e" }, { - "type": "script", + "type": "shell", "commands": [ "autoreconf -fiv" - ], - "dest-filename": "autogen.sh" + ] } ] }