freebsd-ports/security/stoken
Dima Panov 3d6a5f7cb0
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 stoken__strcasestr() and stoken__mkstemps() from library map file to unbreak.

Reported by:	poudriere failure
Approved by:	portmgr blanket (trivial build fix)
2023-12-31 14:26:25 +03:00
..
files security/stoken: unbreak build with LLVM >= 17 (+) 2023-12-31 14:26:25 +03:00
distinfo
Makefile security/stoken: unbreak build with LLVM >= 17 (+) 2023-12-31 14:26:25 +03:00
pkg-descr
pkg-plist