libtasn1: fix host build under old GCC
authorRosen Penev <rosenp@gmail.com>
Sun, 24 May 2020 04:11:46 +0000 (21:11 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 25 May 2020 06:30:51 +0000 (23:30 -0700)
commitb4cf130cbab332f9f9dce55cc0eabac823f345cd
tree15dad45cdca3fa109579d64d98227c06a2a5055b
parent15257f5b6d0ab2750bc03997f90e4a061fc81d92
libtasn1: fix host build under old GCC

prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 6d100823e975da012210213c6c29f7f4b3e1123c)
libs/libtasn1/Makefile