libre: Add patch to prevent ssize_t redefinition
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Nov 2017 21:07:02 +0000 (22:07 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Nov 2017 21:07:05 +0000 (22:07 +0100)
commita178a9ecc8933eca54bee46ad47cc1dd3d1fea8d
tree5a1531615a166a413da545f80737c97a82d29645
parent53d727b592ef4e520b49c940cd8379af243e7f3a
libre: Add patch to prevent ssize_t redefinition

With FORTIFY_SOURCE enabled the compiler errors our when libre defines
ssize_t again. Prevent that by adding the proper hint to the header in
question.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/re/patches/002-fix-redefine-ssize_t.patch [new file with mode: 0644]