tools: e2fsprogs: bypass libuuid check
The check is the wrong way around. It uses AC_CHECK_LIBS and then pkg-config, probably because the latter is a second class citizen. Just bypass it. pkg-config gets used anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16480 Link: https://github.com/openwrt/openwrt/pull/16480 Link: https://github.com/openwrt/openwrt/pull/16480 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
		 Rosen Penev
					Rosen Penev
				
			
				
					committed by
					
						 Robert Marko
						Robert Marko
					
				
			
			
				
	
			
			
			 Robert Marko
						Robert Marko
					
				
			
						parent
						
							9567dbe3a1
						
					
				
				
					commit
					676a2ab03b
				
			| @@ -33,6 +33,10 @@ HOST_CONFIGURE_ARGS += \ | |||||||
| 	--disable-fuse2fs \ | 	--disable-fuse2fs \ | ||||||
| 	--with-crond-dir=no | 	--with-crond-dir=no | ||||||
|  |  | ||||||
|  | # The following uses pkg-config the wrong way around. Just override it. | ||||||
|  | HOST_CONFIGURE_VARS += \ | ||||||
|  | 	ac_cv_lib_uuid_uuid_generate=yes | ||||||
|  |  | ||||||
| define Host/Prepare | define Host/Prepare | ||||||
| 	$(call Host/Prepare/Default) | 	$(call Host/Prepare/Default) | ||||||
| 	rm -rf $(HOST_BUILD_DIR)/doc | 	rm -rf $(HOST_BUILD_DIR)/doc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user