ソースを参照

package/fluent-bit: fix openssl dependency

Fix the following build failure raised since the addition of the package
in commit 6a0f7c39bcb48fc13aa2ce3fc4996baf1be66483:

Makefile:576: *** libopenssl is in the dependency chain of fluent-bit that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/9c3b8e19063f7587877fdb0598739b55abccb3e8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Fabrice Fontaine 2 年 前
コミット
78e3637dd2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package/fluent-bit/fluent-bit.mk

+ 1 - 1
package/fluent-bit/fluent-bit.mk

@@ -10,7 +10,7 @@ FLUENT_BIT_LICENSE = Apache-2.0
 FLUENT_BIT_LICENSE_FILES = LICENSE
 FLUENT_BIT_CPE_ID_VENDOR = treasuredata
 FLUENT_BIT_CPE_ID_PRODUCT = fluent_bit
-FLUENT_BIT_DEPENDENCIES = host-bison host-flex libyaml libopenssl
+FLUENT_BIT_DEPENDENCIES = host-bison host-flex libyaml openssl
 
 FLUENT_BIT_CONF_OPTS += \
 	-DFLB_DEBUG=No \