Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information