diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
commit | 3d45df344602687c8983f5fb609721aa8ca2469f (patch) | |
tree | bd089044e1402b116cf6447eda74e81b7f65d129 /package/bind | |
parent | 897be7157eb98898fdc62224857025d4a0f01dd5 (diff) |
rework PKG_FLAVOURS. Subpackages can have flavours, so
always add PKG_NAME to PKG_FLAVOURS variable.
ala PKG_FLAVOURS_LIBNCURSES.
Bug reported by Phil Sutter.
Diffstat (limited to 'package/bind')
-rw-r--r-- | package/bind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index fdde3bf10..278982c4b 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -24,8 +24,8 @@ PKGSD_BIND_DNSSEC:= dnssec utilities PKGSD_BIND_HOST:= host utility PKGSD_BIND_DIG:= dig utility -PKG_FLAVOURS:= WITH_IPV6 -PKGFD_WITH_IPV6:= enable IPv6 support +PKG_FLAVOURS_BIND_SERVER:= WITH_IPV6 +PKGFD_WITH_IPV6:= enable IPv6 support include ${TOPDIR}/mk/package.mk |