LC_Messages aktiviert.

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4506 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-14 12:30:36 +00:00
parent 63323e8076
commit 951ed39f8f

View File

@ -84,6 +84,7 @@ mk() {
./configure --host=$TARGET \
$ADDOPTIONS \
--prefix=/usr &&
echo '#define HAVE_LC_MESSAGES 1' >>config.h &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
}