Work around GCC 4.8 -Werror=format= in python3

...complainging that "‘PyArg_ParseTuple’ is an unrecognized format function
type."

Change-Id: I125af6669010c4c9c1a18cc7c1a4895acc89338b
This commit is contained in:
Stephan Bergmann
2013-03-08 10:54:45 +01:00
parent 6bea5311d7
commit c6cfd44717
2 changed files with 16 additions and 0 deletions

View File

@ -30,6 +30,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
python3/python-3.3.0-ssl.patch.1 \
python3/python-3.3.0-implicit-int.patch.1 \
python3/python-3.3.0-ffi-clang.patch.1 \
python3/python-3.3.0-gcc-4.8.patch.1 \
))
ifneq ($(OS),WNT)