mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
FreeBSD9 fix
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ class uConf(object):
|
||||
self.gcc_list.append('regexp')
|
||||
self.cflags.append("-DUWSGI_PCRE")
|
||||
|
||||
if self.has_include('sys/capability.h'):
|
||||
if self.has_include('sys/capability.h') and uwsgi_os == 'Linux':
|
||||
self.cflags.append("-DUWSGI_CAP")
|
||||
self.libs.append('-lcap')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user