summaryrefslogtreecommitdiffstats
path: root/package/bind/bind.mk
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-12-22 09:12:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-22 09:27:37 +0100
commitdd7346f415f84c645b5fbaee8789b78472849dc6 (patch)
treed5d8e1040d0f0cce02f55a6e414c6ec58a19c059 /package/bind/bind.mk
parent574f2f2bb8ac84930761b3a78e6e835134e731a0 (diff)
downloadbuildroot-dd7346f415f84c645b5fbaee8789b78472849dc6.tar.gz
buildroot-dd7346f415f84c645b5fbaee8789b78472849dc6.zip
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bind/bind.mk')
-rw-r--r--package/bind/bind.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 6c17b13d01..cb9a7a265a 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -21,9 +21,9 @@ BIND_TARGET_TOOLS_BIN = dig host nslookup nsupdate
BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \
BUILD_CFLAGS="$(TARGET_CFLAGS)"
BIND_CONF_OPTS = \
- --with-randomdev=/dev/urandom \
- --enable-epoll --with-libtool \
- --with-gssapi=no --enable-rrl
+ --with-randomdev=/dev/urandom \
+ --enable-epoll --with-libtool \
+ --with-gssapi=no --enable-rrl
ifeq ($(BR2_PACKAGE_LIBCAP),y)
BIND_CONF_OPTS += --enable-linux-caps
OpenPOWER on IntegriCloud