-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dengke Du <[email protected]> Signed-off-by: Martin Jansa <[email protected]> Signed-off-by: Joe MacDonald <[email protected]>
- Loading branch information
1 parent
3562b0f
commit 04bc4b4
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
...orking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From fb490136cf8f2456cfe13b0b4f796e6c155e75dc Mon Sep 17 00:00:00 2001 | ||
From: Dengke Du <[email protected]> | ||
Date: Wed, 30 Aug 2017 03:02:32 -0400 | ||
Subject: [PATCH] fix no rule to make cyassl/options.h | ||
|
||
Upstream-Status: Pending | ||
|
||
Signed-off-by: Dengke Du <[email protected]> | ||
--- | ||
configure.ac | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/configure.ac b/configure.ac | ||
index 395d75d..d4a3880 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -3684,6 +3684,7 @@ AC_CONFIG_FILES([wolfssl/options.h]) | ||
#fi | ||
AC_CONFIG_FILES([support/wolfssl.pc]) | ||
AC_CONFIG_FILES([rpm/spec]) | ||
+AC_CONFIG_FILES([cyassl/options.h]) | ||
|
||
AX_CREATE_GENERIC_CONFIG | ||
AX_AM_JOBSERVER([yes]) | ||
-- | ||
2.8.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters