wolfssl: make WOLFSSL_HAS_OPENVPN default to y
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 8 Jun 2022 23:30:39 +0000 (20:30 -0300)
committerChristian 'Ansuel' Marangi <ansuelsmth@gmail.com>
Thu, 9 Jun 2022 00:11:37 +0000 (02:11 +0200)
Openvpn forces CONFIG_WOLFSSL_HAS_OPENVPN=y.  When the phase1 bots build
the now non-shared package, openvpn will not be selected, and WolfSSL
will be built without it.  Then phase2 bots have CONFIG_ALL=y, which
will select openvpn and force CONFIG_WOLFSSL_HAS_OPENVPN=y.  This
changes the version hash, causing dependency failures, as shared
packages expect the phase2 hash.

Fixes: #9738
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
package/libs/wolfssl/Config.in

index f495a90ff608b4308d02c5db04466239acb615ef..3d264e77430cd590890263bc49aa0894e80d9b06 100644 (file)
@@ -53,7 +53,7 @@ config WOLFSSL_HAS_ECC25519
 
 config WOLFSSL_HAS_OPENVPN
        bool "Include OpenVPN support"
-       default n
+       default y
 
 config WOLFSSL_ALT_NAMES
        bool "Include SAN (Subject Alternative Name) support"