Module Name:    src
Committed By:   kamil
Date:           Mon Jun 25 18:01:13 UTC 2018

Modified Files:
        src/external/gpl2/diffutils: Makefile.inc

Log Message:
Specify SANITIZER_RENAME_SYMBOL in diffutils

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.1 -r1.2 src/external/gpl2/diffutils/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/diffutils/Makefile.inc
diff -u src/external/gpl2/diffutils/Makefile.inc:1.1 src/external/gpl2/diffutils/Makefile.inc:1.2
--- src/external/gpl2/diffutils/Makefile.inc:1.1	Wed Jan 13 03:39:28 2016
+++ src/external/gpl2/diffutils/Makefile.inc	Mon Jun 25 18:01:13 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.1 2016/01/13 03:39:28 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.2 2018/06/25 18:01:13 kamil Exp $
 
 WARNS=	0
 
@@ -6,3 +6,5 @@ IDIST=	${NETBSDSRCDIR}/external/gpl2/dif
 
 CPPFLAGS+=	-DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H \
 		-I${IDIST}/../include -I${IDIST}/lib
+
+SANITIZER_RENAME_SYMBOL+=	regcomp regerror regexec regfree

Reply via email to