mirror of
				https://github.com/optim-enterprises-bv/openwrt-ipq.git
				synced 2025-10-30 01:43:02 +00:00 
			
		
		
		
	tools/coreutils: remove 64-bit time disable flag
This was added to support building coreutils on host systems that still only have 32-bit time support. Because other tools now also require the flag for building with 32-bit time when support for 64-bit time is not present, this flag is now added to all host builds on a variable basis using the same test before building, so it can now be removed from specific tools. Signed-off-by: Michael Pratt <mcpratt@pm.me> Link: https://github.com/openwrt/openwrt/pull/15799 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
		 Michael Pratt
					Michael Pratt
				
			
				
					committed by
					
						 Robert Marko
						Robert Marko
					
				
			
			
				
	
			
			
			 Robert Marko
						Robert Marko
					
				
			
						parent
						
							39e8ef33bf
						
					
				
				
					commit
					4710134f12
				
			| @@ -29,7 +29,6 @@ HOST_GNULIB_SKIP := \ | ||||
| 	lib/locale.in.h | ||||
|  | ||||
| HOST_CONFIGURE_ARGS += \ | ||||
| 	--disable-year2038 \ | ||||
| 	 --enable-install-program=$(subst $(space),$(comma),$(strip $(PKG_PROGRAMS))) | ||||
|  | ||||
| HOST_MAKE_FLAGS += \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user