summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch')
-rw-r--r--meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch b/meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch
index de930f29d1..2b05e1893d 100644
--- a/meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch
+++ b/meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch
@@ -1,4 +1,4 @@
1From 2fd8d2aedad0c50cdf1e43edd2387874b720ad4c Mon Sep 17 00:00:00 2001 1From f37fa9a41f248fa41dd74a41c66cb41a291c03d2 Mon Sep 17 00:00:00 2001
2From: Andre McCurdy <armccurdy@gmail.com> 2From: Andre McCurdy <armccurdy@gmail.com>
3Date: Fri, 16 Sep 2016 12:18:23 -0700 3Date: Fri, 16 Sep 2016 12:18:23 -0700
4Subject: [PATCH] fix libtomcrypt/libtommath ordering 4Subject: [PATCH] fix libtomcrypt/libtommath ordering
@@ -11,18 +11,19 @@ prepended to LIBTOM_LIBS as they are found, not appended.
11Note that LIBTOM_LIBS is not used when linking with the bundled 11Note that LIBTOM_LIBS is not used when linking with the bundled
12libtom libs. 12libtom libs.
13 13
14Upstream-Status: Pending 14Upstream-Status: Backport [ https://github.com/mkj/dropbear/commit/f9e6bc2aecab0f4b5b529e07a92cc63c8a66cd4b ]
15 15
16Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 16Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
17Signed-off-by: Dengke Du <dengke.du@windriver.com>
17--- 18---
18 configure.ac | 8 ++++---- 19 configure.ac | 8 ++++----
19 1 file changed, 4 insertions(+), 4 deletions(-) 20 1 file changed, 4 insertions(+), 4 deletions(-)
20 21
21diff --git a/configure.ac b/configure.ac 22diff --git a/configure.ac b/configure.ac
22index b6abe4c..85bb8bc 100644 23index 245408d..d624853 100644
23--- a/configure.ac 24--- a/configure.ac
24+++ b/configure.ac 25+++ b/configure.ac
25@@ -390,16 +390,16 @@ AC_ARG_ENABLE(bundled-libtom, 26@@ -393,16 +393,16 @@ AC_ARG_ENABLE(bundled-libtom,
26 AC_MSG_NOTICE(Forcing bundled libtom*) 27 AC_MSG_NOTICE(Forcing bundled libtom*)
27 else 28 else
28 BUNDLED_LIBTOM=0 29 BUNDLED_LIBTOM=0
@@ -44,5 +45,5 @@ index b6abe4c..85bb8bc 100644
44 ) 45 )
45 46
46-- 47--
471.9.1 482.8.1
48 49