Skip to content

Commit 07bb416

Browse files
committed
linux-audio: fix dssi build
Signed-off-by: Hubert Figuière <[email protected]>
1 parent 3456e75 commit 07bb416

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

linux-audio/dssi.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "dssi",
33
"rm-configure": true,
4+
"build-options": {
5+
"cflags": "-std=gnu18 -Wno-error=incompatible-pointer-types"
6+
},
47
"config-opts": [
58
"--disable-static"
69
],
@@ -19,11 +22,10 @@
1922
"sha256": "f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e"
2023
},
2124
{
22-
"type": "script",
25+
"type": "shell",
2326
"commands": [
2427
"autoreconf -fiv"
25-
],
26-
"dest-filename": "autogen.sh"
28+
]
2729
}
2830
]
2931
}

0 commit comments

Comments
 (0)