瀏覽代碼

package/botan: add optional dependency to sqlite

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls 7 年之前
父節點
當前提交
9e62635c2e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      package/botan/botan.mk

+ 5 - 0
package/botan/botan.mk

@@ -55,6 +55,11 @@ BOTAN_DEPENDENCIES += openssl
 BOTAN_CONF_OPTS += --with-openssl
 BOTAN_CONF_OPTS += --with-openssl
 endif
 endif
 
 
+ifeq ($(BR2_PACKAGE_SQLITE),y)
+BOTAN_DEPENDENCIES += sqlite
+BOTAN_CONF_OPTS += --with-sqlite
+endif
+
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 BOTAN_DEPENDENCIES += zlib
 BOTAN_DEPENDENCIES += zlib
 BOTAN_CONF_OPTS += --with-zlib
 BOTAN_CONF_OPTS += --with-zlib