mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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 <frodo@morgul.net>
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bind
|
PKG_NAME:=bind
|
||||||
PKG_VERSION:=9.11.3
|
PKG_VERSION:=9.11.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
USERID:=bind=57:bind=57
|
USERID:=bind=57:bind=57
|
||||||
|
|
||||||
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||||
@@ -127,6 +127,7 @@ CONFIGURE_ARGS += \
|
|||||||
--with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \
|
--with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \
|
||||||
--with-eddsa=$(if $(CONFIG_BIND_ENABLE_EDDSA),yes,no) \
|
--with-eddsa=$(if $(CONFIG_BIND_ENABLE_EDDSA),yes,no) \
|
||||||
--with-readline=no \
|
--with-readline=no \
|
||||||
|
--enable-atomic=no \
|
||||||
--sysconfdir=/etc/bind
|
--sysconfdir=/etc/bind
|
||||||
|
|
||||||
ifdef CONFIG_BIND_ENABLE_FILTER_AAAA
|
ifdef CONFIG_BIND_ENABLE_FILTER_AAAA
|
||||||
|
|||||||
Reference in New Issue
Block a user