git: Fix world build bootstrapping issue
John Marino
marino at crater.dragonflybsd.org
Sat Oct 12 05:39:51 PDT 2013
commit d11f294424ec64d3c2fbb6e3e7a9de2acaaa0854
Author: John Marino <draco at marino.st>
Date: Sat Oct 12 14:35:31 2013 +0200
Fix world build bootstrapping issue
The new version of find(1) uses a new locale function called rpmatch.
The use of this function breaks the world build on systems that don't
have the new locale functionality yet, e.g. Release 3.4.
To fix this, I added a BOOTSTRAPPING macro that will check the
first letter of the response character array rather than use the
locale function. This modification appears only in the bootstrap tool.
Summary of changes:
usr.bin/find/Makefile | 4 ++++
usr.bin/find/misc.c | 4 ++++
2 files changed, 8 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d11f294424ec64d3c2fbb6e3e7a9de2acaaa0854
--
DragonFly BSD source repository
More information about the Commits
mailing list