Adding STAGE2 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-11-03 16:54:00 +01:00
parent f27416189b
commit 028adf3df1

11
STAGE2-gdbm Normal file
View File

@ -0,0 +1,11 @@
# awful hack to prevent running aclocal ... FIXME
(cd $SRC/gdbm-*/m4 && [ -f libtool.m4.orig ] && rm -f libtool.m4 && mv libtool.m4.orig libtool.m4) || echo ""
mcd $BUILDDIR/gdbm
echo "Current in: $PWD"
$SRC/gdbm-*/configure $TCONFIGARGS
make $J
make $J install