From 048a2f68ca58e692321593868282f7f94348bc2e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 11 Jul 2021 00:47:56 -0700 Subject: [PATCH] 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 --- utils/whois/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/whois/Makefile b/utils/whois/Makefile index 9e16a02400..6bde91ca2f 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