X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..a99d02a86c5c25c4a36f06aa44c01709de8219c4:/ftparchive/makefile diff --git a/ftparchive/makefile b/ftparchive/makefile index ca6d8f9fe..504ebf893 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -6,9 +6,9 @@ SUBDIR=ftparchive include ../buildlib/defaults.mak # The apt-ftparchive program -ifdef DB2LIB +ifdef BDBLIB PROGRAM=apt-ftparchive -SLIBS = -lapt-pkg -lapt-inst $(DB2LIB) +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 @@ -17,4 +17,4 @@ else PROGRAM=apt-ftparchive MESSAGE="Must have db2 to build apt-ftparchive" include $(FAIL_H) -endif # ifdef DB2LIB +endif # ifdef BDBLIB