perf: build with NO_LIBCAP=1
Build with NO_LIBCAP=1. This is to resolve build issue. Package perf is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
		 Yangbo Lu
					Yangbo Lu
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							b0416c9c12
						
					
				
				
					commit
					80f128d2aa
				
			| @@ -48,6 +48,7 @@ MAKE_FLAGS = \ | |||||||
| 	NO_LIBAUDIT=1 \ | 	NO_LIBAUDIT=1 \ | ||||||
| 	NO_LIBCRYPTO=1 \ | 	NO_LIBCRYPTO=1 \ | ||||||
| 	NO_LIBUNWIND=1 \ | 	NO_LIBUNWIND=1 \ | ||||||
|  | 	NO_LIBCAP=1 \ | ||||||
| 	CROSS_COMPILE="$(TARGET_CROSS)" \ | 	CROSS_COMPILE="$(TARGET_CROSS)" \ | ||||||
| 	CC="$(TARGET_CC)" \ | 	CC="$(TARGET_CC)" \ | ||||||
| 	LD="$(TARGET_CROSS)ld" \ | 	LD="$(TARGET_CROSS)ld" \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user