mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
3d3e04d8c8
The configure script broke when used in alpine-3.9 based docker containers. Fixed in wolfSSL >3.15.7. Signed-off-by: Moritz Warning <moritzwarning@web.de>
22 lines
512 B
Diff
22 lines
512 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -4198,7 +4198,6 @@ AC_CONFIG_FILES([stamp-h], [echo timesta
|
|
AC_CONFIG_FILES([Makefile wolfssl/version.h wolfssl/options.h cyassl/options.h support/wolfssl.pc rpm/spec])
|
|
|
|
AX_CREATE_GENERIC_CONFIG
|
|
-AX_AM_JOBSERVER([yes])
|
|
|
|
AC_OUTPUT
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -20,8 +20,6 @@ dist_noinst_SCRIPTS =
|
|
noinst_SCRIPTS =
|
|
check_SCRIPTS =
|
|
|
|
-#includes additional rules from aminclude.am
|
|
-@INC_AMINCLUDE@
|
|
DISTCLEANFILES+= aminclude.am
|
|
|
|
CLEANFILES+= cert.der \
|