use GCC_NO_STRINGOP_OVERFLOW for charray.c.
this only affects some platforms.
This commit is contained in:
parent
4c9e8c010a
commit
bf3ec4633d
@ -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+= lber ${.CURDIR}/../liblber
|
||||
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user