[FFmpeg-devel] [PATCH 08/17] configure: make $TMPE executable
Janne Grunau
janne-ffmpeg
Tue Jan 18 21:20:18 CET 2011
On Tue, Jan 18, 2011 at 07:32:12PM +0000, Mans Rullgard wrote:
> 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
ok
Janne
More information about the ffmpeg-devel
mailing list