1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/libs/gpgme
Hauke Mehrtens dafb96c148 gpgme: Fix compile with glibc 2.34
This backports a patch from upstream gpgme to fix compilation with glibc 2.34.

It fixes the following build problem:
posix-io.c: In function '_gpgme_io_spawn':
posix-io.c:577:23: error: void value not ignored as it ought to be
  577 |             while ((i = closefrom (fd)) && errno == EINTR)
      |                       ^
make[5]: *** [Makefile:947: posix-io.lo] Error 1

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-01-13 10:46:27 +00:00
..
patches gpgme: Fix compile with glibc 2.34 2022-01-13 10:46:27 +00:00
Makefile gpgme: Fix compile with glibc 2.34 2022-01-13 10:46:27 +00:00