pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libretls



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 17 00:35:34 UTC 2024

Modified Files:
        pkgsrc/security/libretls: Makefile

Log Message:
libretls: Needs strnlen


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/libretls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libretls/Makefile
diff -u pkgsrc/security/libretls/Makefile:1.10 pkgsrc/security/libretls/Makefile:1.11
--- pkgsrc/security/libretls/Makefile:1.10      Wed Nov  8 14:10:20 2023
+++ pkgsrc/security/libretls/Makefile   Sun Mar 17 00:35:34 2024
@@ -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"



Home | Main Index | Thread Index | Old Index