Subject: CVS commit: pkgsrc/devel/apr-util
From: Jonathan Perkin
Date: 2022-01-18 10:43:18
Message id: 20220118094318.2CF54FB24@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.64modifypkgsrc/devel/apr-util/Makefile