From: Bernd Kuhls Date: Sat, 18 Aug 2018 23:30:50 +0000 (+0200) Subject: package/botan: add optional dependency to boost X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=031f5c04d9de5a21d3bc49f3849af3e6593fa1a8;p=buildroot.git package/botan: add optional dependency to boost Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/botan/botan.mk b/package/botan/botan.mk index 21a66adff1..e25bf5b52f 100644 --- a/package/botan/botan.mk +++ b/package/botan/botan.mk @@ -40,6 +40,11 @@ else BOTAN_CONF_OPTS += --without-stack-protector endif +ifeq ($(BR2_PACKAGE_BOOST),y) +BOTAN_DEPENDENCIES += boost +BOTAN_CONF_OPTS += --with-boost +endif + ifeq ($(BR2_PACKAGE_BZIP2),y) BOTAN_DEPENDENCIES += bzip2 BOTAN_CONF_OPTS += --with-bzip2