d/rules: add missing export for CFLAGS
Otherwise, they don't affect the build of QEMU at all. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
		
							parent
							
								
									d82c5eb632
								
							
						
					
					
						commit
						0fde60fd10
					
				
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @ -35,6 +35,8 @@ else | |||||||
| 	CFLAGS += -O2 | 	CFLAGS += -O2 | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
|  | export CFLAGS | ||||||
|  | 
 | ||||||
| ${BUILDDIR}/config.status: configure | ${BUILDDIR}/config.status: configure | ||||||
| 	dh_testdir | 	dh_testdir | ||||||
| 	# Add here commands to configure the package. | 	# Add here commands to configure the package. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fiona Ebner
						Fiona Ebner