summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-06-14 01:40:38 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 02:16:53 -0400
commitcaff799ccbdbc407a535dcc267d46bde2c7e35d3 (patch)
tree13e763a8fe479825690b3982b3de42bf140771de /SConstruct
parent0f90a9e3204fa563873abbc26784f689566b02e8 (diff)
downloadlighttpd-git-caff799ccbdbc407a535dcc267d46bde2c7e35d3.tar.gz
[build] look for port.h on Solaris, not sys/port.h
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ce3bced2..b57ff2e7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,6 +371,7 @@ if 1:
'inttypes.h',
'linux/random.h',
'poll.h',
+ 'port.h',
'pwd.h',
'stdint.h',
'stdlib.h',
@@ -382,7 +383,6 @@ if 1:
'sys/inotify.h',
'sys/loadavg.h',
'sys/poll.h',
- 'sys/port.h',
'sys/prctl.h',
'sys/sendfile.h',
'sys/time.h',