From: Rosen Penev Date: Sun, 11 Jul 2021 07:47:56 +0000 (-0700) Subject: whois: remove nls.mk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=048a2f68ca58e692321593868282f7f94348bc2e;p=openwrt-packages.git whois: remove nls.mk whois as implemented in the OpenWrt package does not use gettext. Fixes compilation issue with glibc. Signed-off-by: Rosen Penev --- diff --git a/utils/whois/Makefile b/utils/whois/Makefile index 9e16a0240..6bde91ca2 100644 --- a/utils/whois/Makefile +++ b/utils/whois/Makefile @@ -19,7 +19,6 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/nls.mk define Package/whois SECTION:=utils