diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-08 10:54:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:03:05 +0100 |
commit | c6cfd44717643b0630b5f8fd3262c243fdaaf239 (patch) | |
tree | d760f83a5c2090d57c723c24533c5df7973bd270 /python3/UnpackedTarball_python3.mk | |
parent | 6bea5311d70f518444fe3218cf0b6f49bd93cc34 (diff) |
Work around GCC 4.8 -Werror=format= in python3
...complainging that "‘PyArg_ParseTuple’ is an unrecognized format function
type."
Change-Id: I125af6669010c4c9c1a18cc7c1a4895acc89338b
Diffstat (limited to 'python3/UnpackedTarball_python3.mk')
-rw-r--r-- | python3/UnpackedTarball_python3.mk | 1 |
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) |