[openwrt/openwrt] wolfssl: Rebuild when libwolfssl-benchmark gets changes

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 28 12:46:25 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/05df135cacf543871c639e9f34d248cfacca96ea

commit 05df135cacf543871c639e9f34d248cfacca96ea
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Aug 28 14:15:31 2022 +0200

    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 at hauke-m.de>
---
 package/libs/wolfssl/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 at 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 \




More information about the lede-commits mailing list