diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-11 10:00:50 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-11 10:00:50 +0200 |
commit | 8cd53bd4fe839c3135696ecbdca45909130a2dd9 (patch) | |
tree | 3eda70c81a6a397193114ce98b79831b58432f75 /ftparchive/makefile | |
parent | d320fdc3539f686e690a4ae0cb3f941b0e1a0456 (diff) |
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
Diffstat (limited to 'ftparchive/makefile')
-rw-r--r-- | ftparchive/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/makefile b/ftparchive/makefile index a965166a0..504ebf893 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -8,7 +8,7 @@ include ../buildlib/defaults.mak # The apt-ftparchive program ifdef BDBLIB 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 |