diff options
author | Moritz Warning <moritzwarning@web.de> | 2019-03-05 22:22:41 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-03-10 17:48:23 +0100 |
commit | 3d3e04d8c8a9a9b436a4407ff132bb29e209f63a (patch) | |
tree | 05de32c64674e3ccfe5b65a28fa7ac5f8ceb07fe /package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | |
parent | 7fc4dd3611d1569db99444425feaddc545699c06 (diff) | |
download | upstream-3d3e04d8c8a9a9b436a4407ff132bb29e209f63a.tar.gz upstream-3d3e04d8c8a9a9b436a4407ff132bb29e209f63a.tar.bz2 upstream-3d3e04d8c8a9a9b436a4407ff132bb29e209f63a.zip |
wolfssl: fix build in busybox environments
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>
Diffstat (limited to 'package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch')
-rw-r--r-- | package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch index f7756b11c6..66582cfc46 100644 --- a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch +++ b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch @@ -1,7 +1,7 @@ --- a/configure.ac +++ b/configure.ac -@@ -4140,7 +4140,6 @@ AC_CONFIG_FILES([support/wolfssl.pc]) - AC_CONFIG_FILES([rpm/spec]) +@@ -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]) |