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:
76f07e8
)
gammu: fix compilation with full NLS
author
Rosen Penev
<rosenp@gmail.com>
Tue, 29 Sep 2020 04:20:20 +0000
(21:20 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Wed, 30 Sep 2020 09:00:13 +0000
(
02:00
-0700)
Just disable NLS to fix it.
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 7281a180e3092f36efadf0292f055836eca7c56d..3eb63f0117347d142cbf198ca1384418e699b0e8 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:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://dl.cihar.com/gammu/releases
@@
-38,6
+38,9
@@
define Package/gammu
endef
CMAKE_OPTIONS += \
+ -DDWITH_GettextLibs=OFF \
+ -DWITH_Iconv=OFF \
+ -DWITH_Libintl=OFF \
-DWITH_LibDBI:BOOL=OFF
define Package/gammu/install