forked from FFmpeg/FFmpeg
configure: make $TMPE executable
This is required on systems where the linker does not change the permissions of an existing output file.
This commit is contained in:
parent
ec5f57192a
commit
fb3c4ffc4b
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue