[FFmpeg-cvslog] configure: make $TMPE executable
Mans Rullgard
git
Tue Jan 18 23:07:48 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Oct 6 15:54:35 2010 +0100| [fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75] | committer: Mans Rullgard
configure: make $TMPE executable
This is required on systems where the linker does not change
the permissions of an existing output file.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75
---
configure | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 6100419..fccb65b 100755
--- a/configure
+++ b/configure
@@ -1822,6 +1822,8 @@ tmpfile TMPASM .asm
unset -f mktemp
+chmod +x $TMPE
+
# make sure we can execute files in $TMPDIR
cat > $TMPSH 2>> $logfile <<EOF
#! /bin/sh
More information about the ffmpeg-cvslog
mailing list