diff options
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.patch | 28 |
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 @@ | |||
1 | From 748bc693cf24baf42e459e12f152349e392b6737 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 20 Dec 2016 21:32:11 -0800 | ||
4 | Subject: [PATCH] Use foreign switch for automake | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | --- | ||
8 | Upstream-Status: Pending | ||
9 | |||
10 | configure.ac | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/configure.ac b/configure.ac | ||
14 | index 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 | -- | ||
27 | 2.11.0 | ||
28 | |||