make install fix for gdbm ========================= Purpose ------- gdbm 1.8.0 has a broken make install, i.e. ./configure --prefix=/whatever make install wasn't working correctly. This sorts it out. How to Apply ------------ get gdbm release 1.8.0 (e.g. ftp://ftp.gnu.org/gnu/gdbm) tar xvzf gdbm-1.8.0.tar.gz cd gdbm-1.8.0 patch -p1 < ../file.patch (or whatever you called it) ./configure make Notes ----- Repeated mails to the author and maintainer haven't been answered, methinks all the email addresses for gdbm are out of date. If you can figure out how to find them or get this patch integrated go right ahead Caolan McNamara (2000)