OSDN Git Service

configure: make $TMPE executable
authorMans Rullgard <mans@mansr.com>
Wed, 6 Oct 2010 14:54:35 +0000 (15:54 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 18 Jan 2011 20:48:24 +0000 (20:48 +0000)
This is required on systems where the linker does not change
the permissions of an existing output file.

configure

index 6100419..fccb65b 100755 (executable)
--- 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