uclibc does not have sys/auxv.h so disable getauxval
Fixes:
- http://autobuild.buildroot.org/results/
0000636025b843ab343dc45ccd29979325aff428
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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