summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorReno Dakota <170618376+paparodeo@users.noreply.github.com>2024-07-04 03:38:10 +0000
committerReno Dakota <170618376+paparodeo@users.noreply.github.com>2024-07-04 04:00:10 +0000
commit91069620eaaa0cc8386d4589b6a6b93a284bbfa3 (patch)
treecf506f89c4f993999b370c5c19d3f8ab64792c86 /pkgs/development/python-modules/python-mapnik
parentf8f44e161099a2a921fa643964992dc462729f47 (diff)
db4: fix pthread configure detection
add header stdlib.h so pthread detection doesn't fail do to a missing function prototype for exit. ``` configure:21863: clang -o conftest -O3 -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:52:2: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 52 | exit ( | ^ conftest.c:52:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' ```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions