gdbm/STAGE2-gdbm
Petr Šabata 574001967a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/gdbm#0991af576fb297f1f93c5999cc1dd3d646604041
2020-10-15 00:46:54 +02:00

12 lines
266 B
Plaintext

# 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