Skip to content

Commit 85ca6df

Browse files
committed
lash: Add patches for FTBS
Signed-off-by: Hubert Figuière <[email protected]>
1 parent 0529b12 commit 85ca6df

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

linux-audio/lash.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
{
2626
"type": "patch",
27-
"path": "patches/lash-gcc47.patch"
28-
},
29-
{
30-
"type": "patch",
31-
"path": "patches/lash-linking.patch"
27+
"paths": [
28+
"patches/lash-gcc47.patch",
29+
"patches/lash-linking.patch",
30+
"patches/lash-build.patch"
31+
]
3232
},
3333
{
3434
"type": "patch",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/clients/synth/lash.c b/clients/synth/lash.c
2+
index 03717ae..1c5d321 100644
3+
--- a/clients/synth/lash.c
4+
+++ b/clients/synth/lash.c
5+
@@ -23,6 +23,8 @@
6+
#include "config.h"
7+
8+
#include <unistd.h>
9+
+#include <string.h>
10+
+#include <stdio.h>
11+
12+
#include <lash/lash.h>
13+

0 commit comments

Comments
 (0)