summaryrefslogtreecommitdiff
path: root/build/aprenv.py
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-03-24 00:30:53 +0000
committerPaul Querna <pquerna@apache.org>2009-03-24 00:30:53 +0000
commit01e611fb7afbe1768a3f6ee644fa051963e6225c (patch)
tree12fb464cbf7810813f2250070fc464d3b1cb893d /build/aprenv.py
parentba9dda740b302dd11ad3b730bcdc5cf204a57d3e (diff)
downloadapr-01e611fb7afbe1768a3f6ee644fa051963e6225c.tar.gz
SCons: fixup solaris where sigwait takes one arg.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/aprenv.py')
-rw-r--r--build/aprenv.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/aprenv.py b/build/aprenv.py
index 0cc731fa2..81e669a82 100644
--- a/build/aprenv.py
+++ b/build/aprenv.py
@@ -523,6 +523,9 @@ class APREnv(Environment):
else:
subst['@have_%s@' % func] = 0
+ if self['PLATFORM'] in ['sunos']:
+ conf.Define("SIGWAIT_TAKES_ONE_ARG")
+
# Set Features
# TODO: Not done yet
subst['@sharedmem@'] = 1