From bacc49dfe278f16859b43d159e7042e9fc22d603 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 5 Apr 2012 14:54:45 +0200 Subject: [PATCH] db2 isn't used for ages now, so complain about missing libdb instead --- ftparchive/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2