blob: f304d933da61655d18438683c164f2e0e23957f6 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From fb490136cf8f2456cfe13b0b4f796e6c155e75dc Mon Sep 17 00:00:00 2001
2From: Dengke Du <dengke.du@windriver.com>
3Date: Wed, 30 Aug 2017 03:02:32 -0400
4Subject: [PATCH] fix no rule to make cyassl/options.h
5
6Upstream-Status: Pending
7
8Signed-off-by: Dengke Du <dengke.du@windriver.com>
9---
10 configure.ac | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/configure.ac b/configure.ac
14index 395d75d..d4a3880 100644
15--- a/configure.ac
16+++ b/configure.ac
17@@ -3684,6 +3684,7 @@ AC_CONFIG_FILES([wolfssl/options.h])
18 #fi
19 AC_CONFIG_FILES([support/wolfssl.pc])
20 AC_CONFIG_FILES([rpm/spec])
21+AC_CONFIG_FILES([cyassl/options.h])
22
23 AX_CREATE_GENERIC_CONFIG
24 AX_AM_JOBSERVER([yes])
25--
262.8.1
27