Disable nls when building sharutils, will need to patch lib/inttostr.c once a correct patch is figured out. Commenting out

lines 35, 36 and 46 allows it to build, but may not work as expected.  A better fix is needed.  Patches welcome.
This commit is contained in:
Scott McCreary
2010-12-10 23:46:56 +00:00
parent c32113b186
commit f72939fd5b

View File

@@ -10,7 +10,8 @@ BUILD {
cd sharutils-4.10
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=$MANDIR
--mandir=$MANDIR \
--disable-nls
make
}