mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-26 22:11:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			364 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			364 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- node-v0.4.2.orig/wscript
 | |
| +++ node-v0.4.2/wscript
 | |
| @@ -436,7 +436,6 @@
 | |
|    # LFS
 | |
|    conf.env.append_value('CPPFLAGS',  '-D_LARGEFILE_SOURCE')
 | |
|    conf.env.append_value('CPPFLAGS',  '-D_FILE_OFFSET_BITS=64')
 | |
| -  conf.env.append_value('CPPFLAGS',  '-DEV_MULTIPLICITY=0')
 | |
|  
 | |
|    # Makes select on windows support more than 64 FDs
 | |
|    if sys.platform.startswith("win32"):
 |