tools/expat: fix docbook2man error on some systems
On some systems (Gentoo) configure stage fails because of docbook2man working with SGML rather than with XML. We don't need xmlwf man pages so we disable this. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
		
				
					committed by
					
						
						Luka Perkov
					
				
			
			
				
	
			
			
			
						parent
						
							a54f492d0c
						
					
				
				
					commit
					6e80dd58bb
				
			@@ -19,6 +19,9 @@ HOST_BUILD_PARALLEL:=1
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
include $(INCLUDE_DIR)/host-build.mk
 | 
					include $(INCLUDE_DIR)/host-build.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					HOST_CONFIGURE_ARGS += \
 | 
				
			||||||
 | 
						--without-docbook
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Host/Install
 | 
					define Host/Install
 | 
				
			||||||
	$(MAKE) -C $(HOST_BUILD_DIR) install
 | 
						$(MAKE) -C $(HOST_BUILD_DIR) install
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user