|
|
@ -15,7 +15,6 @@ blddir = 'build' |
|
|
|
def set_options(opt): |
|
|
|
opt.tool_options('compiler_cc') |
|
|
|
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True) |
|
|
|
|
|
|
|
|
|
|
|
def tolist(x): |
|
|
|
if type(x) is types.ListType: |
|
|
@ -70,7 +69,7 @@ limits_source = ''' |
|
|
|
|
|
|
|
def build(bld): |
|
|
|
env = bld.env |
|
|
|
|
|
|
|
|
|
|
|
spawnfcgi = bld.new_task_gen('cc', 'program') |
|
|
|
spawnfcgi.name = 'spawn-fcgi' |
|
|
|
spawnfcgi.source = main_source |
|
|
|