Module Name: src
Committed By: kamil
Date: Mon Jun 25 18:03:56 UTC 2018
Modified Files:
src/external/gpl2/xcvs: Makefile.inc
Log Message:
Specify SANITIZER_RENAME_SYMBOL in cvs
Rename local versions of regcomp regerror regexec regfree in order to
remove symbol clash with libc.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/Makefile.inc
diff -u src/external/gpl2/xcvs/Makefile.inc:1.4 src/external/gpl2/xcvs/Makefile.inc:1.5
--- src/external/gpl2/xcvs/Makefile.inc:1.4 Sat Jan 30 16:47:00 2016
+++ src/external/gpl2/xcvs/Makefile.inc Mon Jun 25 18:03:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2016/01/30 16:47:00 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2018/06/25 18:03:56 kamil Exp $
.include <bsd.own.mk>
@@ -24,3 +24,5 @@ COBJDIR!=cd $(.CURDIR)/../../lib/libcvs
LIBDIFF= ${DOBJDIR}/libdiff.a
LIBCVS= ${COBJDIR}/libcvs.a
.endif
+
+SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree