#!/bin/bash

./configure --prefix=/usr \
            --disable-static \
            --enable-libgdbm-compat

make

make -j1 install