mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-10 15:57:09 +02: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"):
|