Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/python-pycryptodomex: fix package build with gcc 4.8
python-pycryptodomex uses C99 features like variable declaration in for-loop statement, while old compilers assumes C89 by default. This patch explicitly specifies C99 standard. Signed-off-by: Oleg Lyovin <[email protected]> [[email protected]: use TARGET/HOST_CFLAGS] Signed-off-by: Yann E. MORIN <[email protected]>
- Loading branch information