debian/rules: don't disable Flat Device Tree
I don't know why fdt, Flat Device Tree, is disabled,
but that disabling blocks building e.g. qemu-system-aarch64.
It stops the build and yields this:
 ERROR: fdt disabled but some requested targets require it.
        You can turn off fdt only if you also disable all the system
        emulation targets which need it
        (by specifying a cut down --target-list).
Signed-off-by: Geert Stappers <stappers@stappers.it>
			
			
This commit is contained in:
		
							parent
							
								
									55b687225c
								
							
						
					
					
						commit
						426b89f032
					
				
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @ -45,7 +45,7 @@ config.status: configure | |||||||
| 	--disable-smartcard --audio-drv-list="alsa" --enable-spice \ | 	--disable-smartcard --audio-drv-list="alsa" --enable-spice \ | ||||||
| 	--enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk \ | 	--enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk \ | ||||||
| 	--enable-xfsctl --enable-numa --disable-strip --enable-jemalloc \ | 	--enable-xfsctl --enable-numa --disable-strip --enable-jemalloc \ | ||||||
| 	--enable-virtfs --disable-libnfs --disable-fdt \ | 	--enable-virtfs --disable-libnfs \ | ||||||
| 	--disable-guest-agent --disable-guest-agent-msi | 	--disable-guest-agent --disable-guest-agent-msi | ||||||
| 
 | 
 | ||||||
| build: patch build-stamp | build: patch build-stamp | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Geert Stappers
						Geert Stappers