From 2080550f766ea415b737829479de9554e8ef7f9f Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Wed, 11 Jul 2018 06:35:36 +0200 Subject: [PATCH] python3: add override for uuid.h header check Signed-off-by: Martin Strobel --- lang/python/python3/files/config.site | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/python3/files/config.site b/lang/python/python3/files/config.site index cfa56b89b..65c2d9585 100644 --- a/lang/python/python3/files/config.site +++ b/lang/python/python3/files/config.site @@ -9,4 +9,5 @@ ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no ac_cv_buggy_getaddrinfo=no +ac_cv_header_uuid_h=yes