diff options
Diffstat (limited to 'bmake')
-rwxr-xr-x | bmake | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--enable-memdebug=no cd po #make -j5 update-po 2>../make1.log |