mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
Many systems have TEMPDIR mounted noexec, warn about this.
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -1137,7 +1137,8 @@ chmod +x $TMPE >>$logfile 2>&1
|
|||||||
if ! $TMPE >>$logfile 2>&1; then
|
if ! $TMPE >>$logfile 2>&1; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
|
Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
|
||||||
variable to another directory.
|
variable to another directory and make sure that $TMPDIR1 is not mounted
|
||||||
|
noexec.
|
||||||
EOF
|
EOF
|
||||||
die "Sanity test failed."
|
die "Sanity test failed."
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user