summaryrefslogtreecommitdiffstats
path: root/package/mtr/mtr.mk
blob: aa4d883a10b015615cf32bfe470f776078bba317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
#
# mtr
#
################################################################################

MTR_VERSION = 0.85
MTR_SITE = ftp://ftp.bitwizard.nl/mtr
MTR_CONF_OPTS = --without-gtk --without-glib
MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
MTR_LICENSE = GPLv2
MTR_LICENSE_FILES = COPYING

# uClibc has res_ninit but not res_nmkquery
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
define MTR_DISABLE_RES_NINIT
	$(SED) 's/#ifdef res_ninit/#if 0/' \
		$(@D)/dns.c
endef
endif

MTR_POST_PATCH_HOOKS += MTR_DISABLE_RES_NINIT

$(eval $(autotools-package))
OpenPOWER on IntegriCloud