Update to Ubuntu 21.04
This commit is contained in:
		
							parent
							
								
									282aab5c38
								
							
						
					
					
						commit
						ca3b93f116
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM ubuntu:20.04
 | 
					FROM ubuntu:21.04
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV DEBIAN_FRONTEND noninteractive
 | 
					ENV DEBIAN_FRONTEND noninteractive
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,6 +17,14 @@ ffbuild_dockerbuild() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cd build/generic
 | 
					    cd build/generic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # The original code fails on a two-digit major...
 | 
				
			||||||
 | 
					    sed -i\
 | 
				
			||||||
 | 
					        -e 's/GCC_MAJOR=.*/GCC_MAJOR=10/' \
 | 
				
			||||||
 | 
					        -e 's/GCC_MINOR=.*/GCC_MINOR=0/' \
 | 
				
			||||||
 | 
					        configure.in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    ./bootstrap.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    local myconf=(
 | 
					    local myconf=(
 | 
				
			||||||
        --prefix="$FFBUILD_PREFIX"
 | 
					        --prefix="$FFBUILD_PREFIX"
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue