mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/crun: drop libgcrypt dependency
This reverts commit4d5fd84496(package/crun: add libgcrypt optional dependency, 2022-12-30). Since bump to 1.15, libgcrypt is not an optional dependency anymore as it has been droped in 1.14 with8d96f0884bSigned-off-by: TIAN Yuanhao <tianyuanhao3@163.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a22f17881c
commit
f30386f508
@@ -26,10 +26,6 @@ else
|
||||
CRUN_CONF_OPTS += --disable-caps
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||
CRUN_DEPENDENCIES += libgcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
||||
CRUN_DEPENDENCIES += libseccomp
|
||||
CRUN_CONF_OPTS += --enable-seccomp
|
||||
|
||||
Reference in New Issue
Block a user