be16ba8edc
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
629 B
Makefile
21 lines
629 B
Makefile
################################################################################
|
|
#
|
|
# nss-mdns
|
|
#
|
|
################################################################################
|
|
|
|
NSS_MDNS_VERSION = 0.10
|
|
NSS_MDNS_SITE = http://0pointer.de/lennart/projects/nss-mdns
|
|
NSS_MDNS_CONF_OPT = --localstatedir=/var
|
|
NSS_MDNS_LICENSE = LGPLv2.1+
|
|
NSS_MDNS_LICENSE_FILES = LICENSE
|
|
|
|
define NSS_MDNS_INSTALL_CONFIG
|
|
sed -r -i -e 's/^(hosts:[[:space:]]+).*/\1files mdns4_minimal [NOTFOUND=return] dns mdns4/' \
|
|
$(TARGET_DIR)/etc/nsswitch.conf
|
|
endef
|
|
|
|
NSS_MDNS_POST_INSTALL_TARGET_HOOKS += NSS_MDNS_INSTALL_CONFIG
|
|
|
|
$(eval $(autotools-package))
|