pkgsrc/devel/apr-util
jperkin 5ad3001fc4 apr-util: Disable memset_s on SunOS.
The configure test correctly defines __STDC_WANT_LIB_EXT1__=1 as is
required when using the _s set of functions, so memset_s is found, but
then the actual source code does not, so you're left with undefined
references.

Disabling completely is simpler than having to rearrange everything
else to work, and will fall back to portable features.
2022-01-18 09:43:18 +00:00
..
patches
buildlink3.mk
DESCR
distinfo archivers: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:13:59 +00:00
Makefile apr-util: Disable memset_s on SunOS. 2022-01-18 09:43:18 +00:00
options.mk
PLIST