This change breaks build on Solaris 10 sparc (and probably other
platforms where strncat is replaced by coreutils builtin version.)
Specifically I end up with undefined reference to rpl_strncat in who.o.
Can you please wrap this change in the appropriate #if defined() so it
only applies to NetBSD-6 please?
Thanks,
- Tim
On Tue, Mar 25, 2014 at 2:53 AM, OBATA Akio <obache%netbsd.org@localhost> wrote:
Module Name: pkgsrc
Committed By: obache
Date: Tue Mar 25 07:53:35 UTC 2014
Modified Files:
pkgsrc/sysutils/coreutils: distinfo
Added Files:
pkgsrc/sysutils/coreutils/patches: patch-lib_strncat.c
Log Message:
fixes build on NetBSD-6, strncat is defined as a macro.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/coreutils/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/coreutils/patches/patch-lib_strncat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.