aboutsummaryrefslogtreecommitdiff
path: root/libs/libgpg-error/patches
Commit message (Collapse)AuthorAge
* libgpg-error: Fix compilation with GAWK 5.0Rosen Penev2019-07-02
| | | | | | Patch from Upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgpg-error: Add ARC supportRosen Penev2019-05-19
| | | | | | | | | Patch was posted on the mailing list. Awaits inclusion looks like. Fixes long range build failures on the platform. Updated Mirror list. The first two seem to not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgpg-error: Update to 1.36Rosen Penev2019-03-31
| | | | | | Updated patch to fix compilation on mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgpg-error: Update to 1.34Rosen Penev2019-01-23
| | | | | | | | Remove FPIC as it is already default. Both fPIC and DPIC are passed. Some extra configure arguments to speed up build times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgpg-error: Update to 1.33Rosen Penev2018-12-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgpg-error: update to 1.32W. Michael Petullo2018-07-15
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgpg-error: fix build with gcc-5Hauke Mehrtens2015-11-18
Call the cpp preprocessor with -P argument which is now needed by gcc-5. This is a backport of this upstream commit: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>