From: David Kalnischkies Date: Thu, 5 Apr 2012 12:54:45 +0000 (+0200) Subject: db2 isn't used for ages now, so complain about missing libdb instead X-Git-Tag: 0.9.0~7^2~10 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bacc49dfe278f16859b43d159e7042e9fc22d603?ds=inline db2 isn't used for ages now, so complain about missing libdb instead --- diff --git a/ftparchive/makefile b/ftparchive/makefile index 362c29198..c53ecff72 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -16,6 +16,6 @@ SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \ include $(PROGRAM_H) else PROGRAM=apt-ftparchive -MESSAGE="Must have db2 to build apt-ftparchive" +MESSAGE="Must have libdb to build apt-ftparchive" include $(FAIL_H) endif # ifdef BDBLIB