1 ################################################################################
5 ################################################################################
8 MTR_SITE
= $(call github
,traviscross
,mtr
,$(MTR_VERSION
))
10 MTR_CONF_OPTS
= --without-gtk
11 MTR_DEPENDENCIES
= host-pkgconf
$(if
$(BR2_PACKAGE_NCURSES
),ncurses
)
13 MTR_LICENSE_FILES
= COPYING
15 # uClibc has res_ninit but not res_nmkquery
16 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC
),y
)
17 define MTR_DISABLE_RES_NINIT
18 $(SED
) 's/#ifdef res_ninit/#if 0/' \
23 MTR_POST_PATCH_HOOKS
+= MTR_DISABLE_RES_NINIT
25 $(eval
$(autotools-package
))