|
@@ -53,7 +53,7 @@ ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
|
BOTAN_CONF_OPTS += --without-os-feature=getauxval
|
|
BOTAN_CONF_OPTS += --without-os-feature=getauxval
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_BOOST),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_BOOST_FILESYSTEM)$(BR2_PACKAGE_BOOST_SYSTEM),yy)
|
|
BOTAN_DEPENDENCIES += boost
|
|
BOTAN_DEPENDENCIES += boost
|
|
BOTAN_CONF_OPTS += --with-boost
|
|
BOTAN_CONF_OPTS += --with-boost
|
|
endif
|
|
endif
|