rules.mk: simplify FAKEROOT command line
Since fakeroot is patched to discover related ressources relative to the STAGING_DIR_HOST environment variable, there is no need to pass the path to faked or the preload library manually anymore. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
		 Jo-Philipp Wich
					Jo-Philipp Wich
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							f93cb5c2c8
						
					
				
				
					commit
					0fdbd2e61f
				
			
							
								
								
									
										7
									
								
								rules.mk
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								rules.mk
									
									
									
									
									
								
							| @@ -264,12 +264,7 @@ endif | |||||||
|  |  | ||||||
| BUILD_KEY=$(TOPDIR)/key-build | BUILD_KEY=$(TOPDIR)/key-build | ||||||
|  |  | ||||||
| ifeq ($(HOST_OS),Darwin) | FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot | ||||||
|   FAKEROOT_SO:=$(STAGING_DIR_HOST)/lib/libfakeroot.dylib |  | ||||||
| else |  | ||||||
|   FAKEROOT_SO:=$(STAGING_DIR_HOST)/lib/libfakeroot.so |  | ||||||
| endif |  | ||||||
| FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot -l $(FAKEROOT_SO) -f $(STAGING_DIR_HOST)/bin/faked |  | ||||||
|  |  | ||||||
| TARGET_CC:=$(TARGET_CROSS)gcc | TARGET_CC:=$(TARGET_CROSS)gcc | ||||||
| TARGET_CXX:=$(TARGET_CROSS)g++ | TARGET_CXX:=$(TARGET_CROSS)g++ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user