From c9569a1edaf6f93cbeefe0b8dacc02c14dbb6cc9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:06:43 +0000 Subject: * Build apt-ftparchive with libdb4.2 rather than libdb2 Author: mdz Date: 2004-05-08 19:41:01 GMT * Build apt-ftparchive with libdb4.2 rather than libdb2 - Patch from Clint Adams to do most of the work - Build-Depends: s/libdb2-dev/libdb4.2-dev/ - Add AC_PREREQ(2.50) to configure.in - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror) --- buildlib/environment.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildlib') diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 1b0e0b268..d4e501578 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -48,7 +48,7 @@ PYTHONVER = @PYTHONVER@ PYTHONPREFIX = @PYTHONPREFIX@ PYTHONEXECPREFIX = @PYTHONEXECPREFIX@ PYTHONINCLUDE = @PYTHONINCLUDE@ -DB2LIB = @DB2LIB@ +BDBLIB = @BDBLIB@ INTLLIBS = @INTLLIBS@ # Shim Headerfile control -- cgit v1.2.3