diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-05-28 18:48:28 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-09 15:12:32 +0200 |
commit | 564fcbf93c78deb48fa44a9a63b5602eedfa53a9 (patch) | |
tree | 1a73c1700e3f1372a18f410a7cfa4a6c0bfb9af5 /apt-inst/makefile | |
parent | 2842f3e6c42ac6c6512a290064326d55bfa62a40 (diff) |
depend on libapt-pkg in the libapt-inst build process
fixing parallel build in the handcrafted buildsystem is a pain,
so its not enabled by default, but its works for me – sometimes
Git-Dch: Ignore
Diffstat (limited to 'apt-inst/makefile')
-rw-r--r-- | apt-inst/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile index cfb22741a..da983df5f 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -18,6 +18,7 @@ MAJOR=1.5 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) +LIBRARYDEPENDS=$(LIB)/libapt-pkg.so # Source code for the contributed non-core things SOURCE = contrib/extracttar.cc contrib/arfile.cc |