From 8d60dfeb9a161ba00a67f4269ca3f18ebe6e2704 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 06 Nov 2020 01:19:43 -0500 Subject: busybox: Depend on wolfutil for wget "OpenSSL" opkhelper-3.0 (>= 3.1.3) is needed for proper newline termination of substvars files by oh-shlibdeps. --- (limited to 'build') diff --git a/build b/build index 1bc353f..51761e6 100755 --- a/build +++ b/build @@ -95,3 +95,6 @@ install: build fi oh-installfiles oh-shlibdeps + if config_enabled FEATURE_WGET_OPENSSL; then \ + printf 'Extra-Depends: wolfutil\n' >>busybox.substvars; \ + fi -- cgit v0.9.1