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:
e9c6be8
)
gammu: add back nls.mk
author
Rosen Penev
<rosenp@gmail.com>
Sun, 4 Oct 2020 21:57:28 +0000
(14:57 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 12 Oct 2020 02:14:24 +0000
(19:14 -0700)
Because glib2 uses libintl, this is needed to prevent a linking error.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/gammu/Makefile
patch
|
blob
|
history
diff --git
a/utils/gammu/Makefile
b/utils/gammu/Makefile
index 3eb63f0117347d142cbf198ca1384418e699b0e8..c721b123d4529b47e932bfaea529604759fde654 100644
(file)
--- a/
utils/gammu/Makefile
+++ b/
utils/gammu/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gammu
PKG_VERSION:=1.41.0
-PKG_RELEASE:=
4
+PKG_RELEASE:=
5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://dl.cihar.com/gammu/releases
@@
-24,6
+24,7
@@
CMAKE_INSTALL:=1
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/cmake.mk
define Package/gammu