diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:43 +0000 |
commit | c9569a1edaf6f93cbeefe0b8dacc02c14dbb6cc9 (patch) | |
tree | 0116f442851cc9734ad663f3825168e4d9852d8a /buildlib | |
parent | 77113d1158583ebcc931997786e2a930f6bfa7a6 (diff) |
* 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)
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/environment.mak.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |