Commit 9d363cea authored by diego's avatar diego

Many systems have TEMPDIR mounted noexec, warn about this.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76e62ece
......@@ -1137,7 +1137,8 @@ chmod +x $TMPE >>$logfile 2>&1
if ! $TMPE >>$logfile 2>&1; then
cat <<EOF
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
die "Sanity test failed."
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment