From 50ce6735f8fc79b1509dad0f15f81ab6f2600e0f Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Thu, 28 Jun 2018 08:23:58 -0700 Subject: [PATCH] bind: Explicitly disable libatomic support (#6375) By default, libatomic is conditionally enabled on some platforms, but it's not strictly necessary. We'll disable it here globally rather than introduce an unnecessary dependency. Signed-off-by: Noah Meyerhans --- net/bind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 431aa6a8b..356433eae 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.11.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -127,6 +127,7 @@ CONFIGURE_ARGS += \ --with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \ --with-eddsa=$(if $(CONFIG_BIND_ENABLE_EDDSA),yes,no) \ --with-readline=no \ + --enable-atomic=no \ --sysconfdir=/etc/bind ifdef CONFIG_BIND_ENABLE_FILTER_AAAA