mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	package:grub2: fix build error on linux missing libzfs
configure enables libzfs support on default. This will break the build, on systems without libzfs. Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> SVN-Revision: 41935
This commit is contained in:
		
							parent
							
								
									8d3f3a1d72
								
							
						
					
					
						commit
						c890f71b95
					
				@ -48,12 +48,14 @@ CONFIGURE_ARGS += \
 | 
			
		||||
	--disable-werror \
 | 
			
		||||
	--disable-nls \
 | 
			
		||||
	--disable-device-mapper \
 | 
			
		||||
	--disable-libzfs \
 | 
			
		||||
	--disable-grub-mkfont
 | 
			
		||||
 | 
			
		||||
HOST_CONFIGURE_ARGS += \
 | 
			
		||||
	--target=$(REAL_GNU_TARGET_NAME) \
 | 
			
		||||
	--sbindir="$(STAGING_DIR_HOST)/bin" \
 | 
			
		||||
	--disable-werror \
 | 
			
		||||
	--disable-libzfs \
 | 
			
		||||
	--disable-nls
 | 
			
		||||
 | 
			
		||||
HOST_MAKE_FLAGS += \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user