summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch')
-rw-r--r--meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch b/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch
new file mode 100644
index 0000000000..b932ebbb4f
--- /dev/null
+++ b/meta-networking/recipes-protocols/usrsctp/usrsctp/0001-Use-foreign-switch-for-automake.patch
@@ -0,0 +1,28 @@
1From 748bc693cf24baf42e459e12f152349e392b6737 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 20 Dec 2016 21:32:11 -0800
4Subject: [PATCH] Use foreign switch for automake
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/configure.ac b/configure.ac
14index 64cc9994..19ccd4a3 100644
15--- a/configure.ac
16+++ b/configure.ac
17@@ -29,7 +29,7 @@ dnl SUCH DAMAGE.
18 dnl
19
20 AC_INIT([libusrsctp], [0.9.3.0])
21-AM_INIT_AUTOMAKE
22+AM_INIT_AUTOMAKE([foreign])
23
24 AC_PROG_CC
25 AC_PROG_LIBTOOL
26--
272.11.0
28