libretls: Needs strnlen

This commit is contained in:
nia 2024-03-17 00:35:34 +00:00
parent 49647fa194
commit 13295dac3c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2023/11/08 14:10:20 schmonz Exp $
# $NetBSD: Makefile,v 1.11 2024/03/17 00:35:34 nia Exp $
DISTNAME= libretls-3.8.1
CATEGORIES= security
@ -13,6 +13,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_FEATURES+= strnlen
PKGCONFIG_OVERRIDE+= libtls.pc.in
.include "../../security/openssl/buildlink3.mk"