aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-08-28 14:15:31 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-08-28 21:42:26 +0200
commit05df135cacf543871c639e9f34d248cfacca96ea (patch)
treedebc45f9495f5a600718f6af2ba50c8d6a5e3764 /package/libs/wolfssl
parent06c4fc6d5e1eea00e6a3ea208102407408590af8 (diff)
downloadupstream-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>
Diffstat (limited to 'package/libs/wolfssl')
-rw-r--r--package/libs/wolfssl/Makefile1
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 \