[FFmpeg-devel] [PATCH 08/17] configure: make $TMPE executable
Mans Rullgard
mans
Tue Jan 18 20:32:12 CET 2011
This is required on systems where the linker does not change
the permissions of an existing output file.
---
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
--
1.7.3.5
More information about the ffmpeg-devel
mailing list