d/rules: build perf with python3
python2 is gone with bullseye Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
		
							parent
							
								
									bec104985e
								
							
						
					
					
						commit
						a32d7b9646
					
				
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@ -157,7 +157,7 @@ binary: install
 | 
			
		||||
	touch $@
 | 
			
		||||
 | 
			
		||||
.tools_compile_mark: .compile_mark
 | 
			
		||||
	${MAKE} -C ${KERNEL_SRC}/tools/perf prefix=/usr HAVE_NO_LIBBFD=1 HAVE_CPLUS_DEMANGLE_SUPPORT=1 NO_LIBPYTHON=1 NO_LIBPERL=1 NO_LIBCRYPTO=1 PYTHON=python2.7
 | 
			
		||||
	${MAKE} -C ${KERNEL_SRC}/tools/perf prefix=/usr HAVE_NO_LIBBFD=1 HAVE_CPLUS_DEMANGLE_SUPPORT=1 NO_LIBPYTHON=1 NO_LIBPERL=1 NO_LIBCRYPTO=1 PYTHON=python3
 | 
			
		||||
	echo "checking GPL-2 only perf binary for library linkage with incompatible licenses.."
 | 
			
		||||
	! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibbfd'
 | 
			
		||||
	! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibcrypto'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user