Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openldap/lib/libldap use GCC_NO_STRINGOP_OVERFL...
details:   https://anonhg.NetBSD.org/src/rev/395d027285ee
branches:  trunk
changeset: 1004187:395d027285ee
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Oct 16 07:39:18 2019 +0000
description:
use GCC_NO_STRINGOP_OVERFLOW for charray.c.
this only affects some platforms.
diffstat:
 external/bsd/openldap/lib/libldap/Makefile.libldap |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r a9672aade394 -r 395d027285ee external/bsd/openldap/lib/libldap/Makefile.libldap
--- a/external/bsd/openldap/lib/libldap/Makefile.libldap        Wed Oct 16 07:38:02 2019 +0000
+++ b/external/bsd/openldap/lib/libldap/Makefile.libldap        Wed Oct 16 07:39:18 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libldap,v 1.9 2018/02/04 03:19:52 christos Exp $
+#      $NetBSD: Makefile.libldap,v 1.10 2019/10/16 07:39:18 mrg Exp $
 
 .include "../../openldap.mk"
 
@@ -25,3 +25,5 @@
 
 LIBDPLIBS+=    crypto  ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
 LIBDPLIBS+=    ssl     ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
+
+COPTS.charray.c+=      ${GCC_NO_STRINGOP_OVERFLOW}
Home |
Main Index |
Thread Index |
Old Index