projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Notice the user about "apt list -a" when only a single hit if found
[apt.git]
/
apt-pkg
/
makefile
diff --git
a/apt-pkg/makefile
b/apt-pkg/makefile
index a90131f80f58ce14f35640177be6cb7a7eddf3b7..1d456873b278372639532d5fa64745dea1f30637 100644
(file)
--- a/
apt-pkg/makefile
+++ b/
apt-pkg/makefile
@@
-21,6
+21,9
@@
endif
ifeq ($(HAVE_BZ2),yes)
SLIBS+= -lbz2
endif
+ifeq ($(HAVE_LZMA),yes)
+SLIBS+= -llzma
+endif
APT_DOMAIN:=libapt-pkg$(LIBAPTPKG_MAJOR)
# Source code for the contributed non-core things