HomeFreeBSD

security/stoken: unbreak build with LLVM >= 17 (+)

Description

security/stoken: unbreak build with LLVM >= 17 (+)

FreeBSD already have strcasestr() and mkstemps() functions and compat stubs
are always skipped so declare local functions in map file is false positive.

LLVM >= 17 is more restrictive with declared but missed functions which lead to linker error.

Drop local stubs stokenstrcasestr() and stokenmkstemps() from library map file to unbreak.

Reported by: poudriere failure
Approved by: portmgr blanket (trivial build fix)

Details

Provenance
fluffyAuthored on Dec 31 2023, 11:26 AM
Parents
R11:a37f8af7c16d: x11-fm/thunar: Update to 4.18.10
Branches
Unknown
Tags
Unknown