X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c9569a1edaf6f93cbeefe0b8dacc02c14dbb6cc9..f7feb041e8d8dac5fac3c6cd44c8108e12ea4cd6:/ftparchive/makefile?ds=sidebyside diff --git a/ftparchive/makefile b/ftparchive/makefile index a965166a0..c53ecff72 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -7,14 +7,15 @@ include ../buildlib/defaults.mak # The apt-ftparchive program ifdef BDBLIB +APT_DOMAIN:=apt-utils PROGRAM=apt-ftparchive -SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) +SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) $(INTLLIBS) LIB_MAKES = apt-pkg/makefile apt-inst/makefile SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \ multicompress.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