diff options
| author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2013-07-24 12:34:31 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-27 14:49:41 +0200 |
| commit | d8966bab7a49426d06029de9d12299bd32aff990 (patch) | |
| tree | dac86461826509296a925914eaf7b8773ce6b071 /package/bind | |
| parent | 808cc0a5e17af2c9cd2210cdcbf0d98e79b6e157 (diff) | |
| download | buildroot-d8966bab7a49426d06029de9d12299bd32aff990.tar.gz buildroot-d8966bab7a49426d06029de9d12299bd32aff990.zip | |
bind: install to staging
Install bind to staging so other applications can use its include files
and libraries.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bind')
| -rw-r--r-- | package/bind/bind.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 4137093c62..93fc9fb401 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -7,6 +7,7 @@ BIND_VERSION = 9.6-ESV-R9-P1 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_MAKE = $(MAKE1) +BIND_INSTALL_STAGING = YES BIND_LICENSE = ISC BIND_LICENSE_FILES = COPYRIGHT BIND_TARGET_SBINS = lwresd named named-checkconf named-checkzone |

