git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
db0ec36
)
whois: remove nls.mk
author
Rosen Penev
<redacted>
Sun, 11 Jul 2021 07:47:56 +0000
(
00:47
-0700)
committer
Paul Spooren
<redacted>
Wed, 14 Jul 2021 07:19:17 +0000
(21:19 -1000)
whois as implemented in the OpenWrt package does not use gettext. Fixes
compilation issue with glibc.
Signed-off-by: Rosen Penev <redacted>
utils/whois/Makefile
patch
|
blob
|
history
diff --git
a/utils/whois/Makefile
b/utils/whois/Makefile
index 9e16a024002ffde22b738193a60b53d02b6378d4..6bde91ca2fbbbc26ef9197c98b34626cc0769aab 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT