Skip to content

Commit

Permalink
tdb: requires thread_local_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jun 3, 2024
1 parent bdd23d8 commit 48d127a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databases/tdb/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ set py_ver_nodot [string map {. {}} ${py_ver}]

depends_build port:python${py_ver_nodot}

# Missing required TLS support in pthread library
compiler.thread_local_storage yes

patchfiles patch-samba-install.diff

configure.args --disable-python
Expand Down

0 comments on commit 48d127a

Please sign in to comment.