diff options
author | Mans Rullgard <mans@mansr.com> | 2010-10-06 15:54:35 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-18 20:48:24 +0000 |
commit | fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75 (patch) | |
tree | 50e3ef4eb84a368b1c7d3dcf5111f51f2a0e8cf5 | |
parent | ec5f57192aa46435eb0ade1b052d05fc28fd7886 (diff) | |
download | ffmpeg-fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75.tar.gz |
configure: make $TMPE executable
This is required on systems where the linker does not change
the permissions of an existing output file.
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |