1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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:
Mans Rullgard 2010-10-06 15:54:35 +01:00
parent ec5f57192a
commit fb3c4ffc4b

2
configure vendored
View File

@ -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