summaryrefslogtreecommitdiff
path: root/python3/UnpackedTarball_python3.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-08 10:54:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-09-09 15:26:35 +0200
commit9c2b278f3d46e85697ae95ca54b4c552d964a33a (patch)
tree105a0802e36909c55117ee475ff4f50b8294cbef /python3/UnpackedTarball_python3.mk
parentac8df424f1ef09d78ae76f98fdbbf58c0dae24bd (diff)
Work around GCC 4.8 -Werror=format= in python3
...complainging that "‘PyArg_ParseTuple’ is an unrecognized format function type." Change-Id: I125af6669010c4c9c1a18cc7c1a4895acc89338b (cherry picked from commit c6cfd44717643b0630b5f8fd3262c243fdaaf239)
Diffstat (limited to 'python3/UnpackedTarball_python3.mk')
-rw-r--r--python3/UnpackedTarball_python3.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/python3/UnpackedTarball_python3.mk b/python3/UnpackedTarball_python3.mk
index d8c0862324c7..87adff0838aa 100644
--- a/python3/UnpackedTarball_python3.mk
+++ b/python3/UnpackedTarball_python3.mk
@@ -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)