diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-29 13:04:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-29 13:04:30 +0000 |
commit | 68300911a0d1237015f01d989fe12bc29726ad0c (patch) | |
tree | f9de55ab29e760bfec266b2388a3b14d45c6b0cd | |
parent | a7c6aa73fe5cbcc16c28a22da3a9bc29e2471e3a (diff) | |
download | ffmpeg-68300911a0d1237015f01d989fe12bc29726ad0c.tar.gz |
Many systems have TEMPDIR mounted noexec, warn about this.
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |