projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6bcee
)
loudmouth: Fix compilation with uClibc-ng
author
Rosen Penev
<rosenp@gmail.com>
Sat, 11 May 2019 23:52:43 +0000
(16:52 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 12 May 2019 07:43:07 +0000
(
00:43
-0700)
nls.mk must be included.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/loudmouth/Makefile
patch
|
blob
|
history
diff --git
a/libs/loudmouth/Makefile
b/libs/loudmouth/Makefile
index 9216d7b6bc410d628ce1bc19c92333e51a012004..24c531b65a947a7bcf6cd67dc8d28396d291b159 100644
(file)
--- a/
libs/loudmouth/Makefile
+++ b/
libs/loudmouth/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=loudmouth
PKG_VERSION:=1.5.3
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mcabber/loudmouth/tar.gz/$(PKG_VERSION)?
@@
-24,6
+24,7
@@
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/loudmouth
SECTION:=libs