Fix typos in new AutotoolsPackage function (#16406)
This commit is contained in:
parent
a24a12f229
commit
022c287e47
@ -154,11 +154,11 @@ def _do_patch_config_guess(self):
|
|||||||
raise RuntimeError('Failed to find suitable config.guess')
|
raise RuntimeError('Failed to find suitable config.guess')
|
||||||
|
|
||||||
@run_before('configure')
|
@run_before('configure')
|
||||||
def _set_autotools_environment_varoables(self):
|
def _set_autotools_environment_variables(self):
|
||||||
"""Many autotools builds use a version of mknod.m4 that fails when
|
"""Many autotools builds use a version of mknod.m4 that fails when
|
||||||
running as root unless FORCE_UNSAFE_CONFIGURE is set to 1.
|
running as root unless FORCE_UNSAFE_CONFIGURE is set to 1.
|
||||||
|
|
||||||
We set this to 1 and expect the user to take responsibiltiy if
|
We set this to 1 and expect the user to take responsibility if
|
||||||
they are running as root. They have to anyway, as this variable
|
they are running as root. They have to anyway, as this variable
|
||||||
doesn't actually prevent configure from doing bad things as root.
|
doesn't actually prevent configure from doing bad things as root.
|
||||||
Without it, configure just fails halfway through, but it can
|
Without it, configure just fails halfway through, but it can
|
||||||
|
Loading…
Reference in New Issue
Block a user