mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/configure.in
 | |
| +++ b/configure.in
 | |
| @@ -87,8 +87,8 @@ AC_PACKAGE_GLOBALS(xfsprogs)
 | |
|  AC_PACKAGE_UTILITIES(xfsprogs)
 | |
|  AC_MULTILIB($enable_lib64)
 | |
|  
 | |
| -AC_PACKAGE_NEED_AIO_H
 | |
| -AC_PACKAGE_NEED_LIO_LISTIO
 | |
| +librt="-lrt"
 | |
| +AC_SUBST(librt)
 | |
|  
 | |
|  AC_PACKAGE_NEED_UUID_H
 | |
|  AC_PACKAGE_NEED_UUIDCOMPARE
 |