aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gdbm.sh
blob: 28db5842005db18a17ef9dc47270e4d729f6cde1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

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

make &&

make -j1 install