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.
This commit is contained in:
Krzesimir Nowak 2023-02-02 17:00:45 +01:00
parent b2cc62502c
commit c34577a86a

View File

@ -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