diff options
Diffstat (limited to 'sysutils/apt/files/patch-ftparchive_makefile')
| -rw-r--r-- | sysutils/apt/files/patch-ftparchive_makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/apt/files/patch-ftparchive_makefile b/sysutils/apt/files/patch-ftparchive_makefile new file mode 100644 index 000000000000..e163f9d30422 --- /dev/null +++ b/sysutils/apt/files/patch-ftparchive_makefile @@ -0,0 +1,11 @@ +--- ftparchive/makefile.orig Thu Mar 2 05:45:55 2006 ++++ ftparchive/makefile Tue Nov 14 17:19:51 2006 +@@ -8,7 +8,7 @@ + # The apt-ftparchive program + ifdef BDBLIB + PROGRAM=apt-ftparchive +-SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) ++SLIBS = -lapt-pkg -lapt-inst -lpub $(BDBLIB) + LIB_MAKES = apt-pkg/makefile apt-inst/makefile + SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \ + multicompress.cc |
