diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-28 14:15:31 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-28 21:42:26 +0200 |
commit | 05df135cacf543871c639e9f34d248cfacca96ea (patch) | |
tree | debc45f9495f5a600718f6af2ba50c8d6a5e3764 | |
parent | 06c4fc6d5e1eea00e6a3ea208102407408590af8 (diff) | |
download | upstream-05df135cacf543871c639e9f34d248cfacca96ea.tar.gz upstream-05df135cacf543871c639e9f34d248cfacca96ea.tar.bz2 upstream-05df135cacf543871c639e9f34d248cfacca96ea.zip |
wolfssl: Rebuild when libwolfssl-benchmark gets changes
This forces a rebuild of the wolfssl package when the
libwolfssl-benchmark OpenWrt package gets activated or deactivated.
Without this change the wolfssl build will fail when it compiled without
libwolfssl-benchmark before and it gets activated for the next build.
Fixes: 18fd12edb810 ("wolfssl: add benchmark utility")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | package/libs/wolfssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index b0e100673c..4554bce5df 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -25,6 +25,7 @@ PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com> PKG_CPE_ID:=cpe:/a:wolfssl:wolfssl PKG_CONFIG_DEPENDS:=\ + CONFIG_PACKAGE_libwolfssl-benchmark \ CONFIG_WOLFSSL_HAS_AES_CCM \ CONFIG_WOLFSSL_HAS_ARC4 \ CONFIG_WOLFSSL_HAS_CERTGEN \ |