Hannu Nyman
a7e3d78f1c
gsmlib: Make version apk compatible
...
Adjust version to be compatible with apk's semantic rules.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-21 20:58:04 +02:00
Sebastian Kemper
81ecfdf34a
Remove maintainer
...
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.
[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2024-11-06 18:54:12 +01:00
Sebastian Kemper
b86cf0cdc6
gsmlib: disable NLS
...
It's not wanted, so add "--disable-nls" to override user selecting
CONFIG_BUILD_NLS.
This also updates 01-update-autotools.patch to make these disappear:
ERROR: Use of AM_GNU_GETTEXT without [external] argument is no longer supported.
Makefile.am:21: warning: 'intl' should not be in SUBDIRS when AM_GNU_GETTEXT([external]) is used
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-08-22 16:44:53 +02:00
Rosen Penev
04ee9bc528
gsmlib: set C++ standard to 11
...
throw() was removed in C++17, which GCC11 defaults to.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 17:37:23 -07:00
Rosen Penev
13fd0a5ab9
treewide: remove uClibc++ support
...
This is in preparation for removing the whole thing from base.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:45:47 -08:00
Sebastian Kemper
04e8f8d1f1
gsmlib: use preferred standard C++ lib
...
Currently libstdc++ is hardcoded. Change that and use whatever standard
C++ lib has preference.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-11 23:20:14 +01:00
Sebastian Kemper
58f093a0bd
gsmlib: update PKG_BUILD_DEPENDS
...
gettext-full/host is not enough. We need m4 files from gettext-full as
well.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-27 20:24:18 +01:00
Sebastian Kemper
a6ec141994
gsmlib: add PKG_MIRROR_HASH
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-20 20:22:03 +01:00
Sebastian Kemper
48b147a5f4
gsmlib: fix sporadic build failures
...
Add build-time dependency on gettext-full/host. When it is not installed
Makefile.in.in doesn't exist and the gsmlib build fails.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-10 20:39:05 +01:00
Sebastian Kemper
1fa3c42580
gsmlib: new package
...
gsmlib is a dependency of mod_gsmopen in FreeSWITCH.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-02 11:09:05 +01:00