From c34577a86af1cb209138393ddebab5ad0e432d8f Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 2 Feb 2023 17:00:45 +0100 Subject: [PATCH] coreos: Add some overrides for python-oem This is a thing that needs to be done just this once. The necessary modifications to the python-oem ebuild will be done in follow-up commit, that can be later cherry-picked if we update the package again. --- .../coreos-overlay/coreos/config/env/dev-lang/python-oem | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem new file mode 100644 index 0000000000..8b527f5a5d --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem @@ -0,0 +1,9 @@ +# Work around configure test that cannot be cross compiled :( +# +# When checking if this is still applicable, try grepping the +# configure script for lines with "$cross_compiling", like +# +# grep -B 20 -F 'when cross compiling' configure + +export ac_cv_file__dev_ptc=no +export ac_cv_file__dev_ptmx=yes