projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c6aa7
)
Many systems have TEMPDIR mounted noexec, warn about this.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 29 Oct 2006 13:04:30 +0000
(13:04 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 29 Oct 2006 13:04:30 +0000
(13:04 +0000)
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6380eee7459274c6a3d705f1e2e24bb0c9a57554..d5bd7b4ee54516beba1d190d892f15fee0208be8 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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