summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/botan/botan.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index e352fab6c9..4788617d4a 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -40,6 +40,10 @@ else
BOTAN_CONF_OPTS += --without-stack-protector
endif
+ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
+BOTAN_CONF_OPTS += --without-os-feature=getauxval
+endif
+
ifeq ($(BR2_PACKAGE_BOOST),y)
BOTAN_DEPENDENCIES += boost
BOTAN_CONF_OPTS += --with-boost
OpenPOWER on IntegriCloud