aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/nettle/patches/100-portability.patch
Commit message (Collapse)AuthorAgeFilesLines
* nettle: update to 3.7.3Rosen Penev2021-08-081-4/+4
| | | | | | | | Switch to AUTORELEASE to avoid manual increments. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nettle: fix build on macos xcode 12Kevin Darbyshire-Bryant2020-11-261-0/+34
compiler warns that exit() isn't defined so checks for build system compiler fail. include <stdlib.h> to define exit() Tested under macos Catalina & Big Sur Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>