aboutsummaryrefslogtreecommitdiff
path: root/utils/gammu/patches
Commit message (Collapse)AuthorAge
* gammu: remove nls.mkRosen Penev2020-03-28
| | | | | | | | | | | | | | | | | It's causing issues with newer glib2: ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close' It's because the libiconv-stub does not include a shared library that gammu can link to. Removed most patches since they don't seem to be needed. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gammu: Update to 1.41Rosen Penev2019-10-07
| | | | | | | | | Remove upstreamed patch. Switched conditional dependency to python3 in preparation for deprecating Python 2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gammu: Update to 1.40.0Rosen Penev2019-06-22
| | | | | | | | | | Cleaned up Makefile for consistency between packages. Switched to CMAKE_INSTALL to get rid of the InstallDev section. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gammu: Update to 1.39.0Rosen Penev2018-08-11
| | | | | | Cosmetic makefile changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gammu: disable libdbi support explicitlyNicolas Thill2015-02-13
| | | | | | Fixes a dependency error when libdbi was built before gammu Signed-off-by: Nicolas Thill <nico@openwrt.org>
* This adds package gammu v 1.33.0 to the build treeaTanW2014-12-09
Gammu is a tool for cell phone/modem control, including send/receive SMS, phone directory and other. Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 68 +++++++++++++++++++++++++++++++ files/gammurc | 37 ++++++++++++++++ patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++ patches/002-no-fstack-protector.patch | 11 +++++ patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++ patches/010-utils-shell-fix.patch | 16 +++++++ 6 files changed, 226 insertions(+)