Skip to content

Commit 42d8fe5

Browse files
authored
Merge pull request unbit#1686 from liweitianux/dragonfly
Enable execinfo on DragonFly BSD
2 parents 11ca004 + 89124d5 commit 42d8fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwsgiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def get_gcll(self):
831831
self.cflags.append('-DUWSGI_HAS_IFADDRS')
832832
report['ifaddrs'] = True
833833

834-
if uwsgi_os in ('FreeBSD', 'OpenBSD'):
834+
if uwsgi_os in ('FreeBSD', 'DragonFly', 'OpenBSD'):
835835
if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'):
836836
if os.path.exists('/usr/local/include/execinfo.h'):
837837
self.cflags.append('-I/usr/local/include')

0 commit comments

Comments
 (0)