mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	make sure we can create and execute files in $TMPDIR
Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										13
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1110,6 +1110,19 @@ if test $tune != "generic"; then | |||||||
|     esac |     esac | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | # make sure we can execute files in $TMPDIR | ||||||
|  | cat >$TMPE 2>>$logfile <<EOF | ||||||
|  | #! /bin/sh | ||||||
|  | EOF | ||||||
|  | chmod +x $TMPE >>$logfile 2>&1 | ||||||
|  | if ! $TMPE >>$logfile 2>&1; then | ||||||
|  |     cat <<EOF | ||||||
|  | Unable to create and execute files in $TMPDIR1.  Set the TMPDIR environment | ||||||
|  | variable to another directory. | ||||||
|  | EOF | ||||||
|  |     die "Sanity test failed." | ||||||
|  | fi | ||||||
|  |  | ||||||
| # compiler sanity check | # compiler sanity check | ||||||
| check_exec <<EOF | check_exec <<EOF | ||||||
| int main(){ | int main(){ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Måns Rullgård
					Måns Rullgård