diff options
author | Michael Vogt <mvo@debian.org> | 2015-08-20 12:05:49 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-08-20 12:05:49 +0200 |
commit | f5c0ab925fdceb1bc0ef0e958cae7d0fafb28caf (patch) | |
tree | 959633a2debcd3572ff578558916243461a0e0f2 /apt-pkg/makefile | |
parent | defe3231c7bafc4d789219a3250be9ccfbc51914 (diff) | |
parent | c29dbdffcb6f67812f823f1f844b87320cf6b437 (diff) |
Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 5603b51ed..45dcddfe3 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -15,7 +15,7 @@ include ../buildlib/libversion.mak LIBRARY=apt-pkg MAJOR=$(LIBAPTPKG_MAJOR) MINOR=$(LIBAPTPKG_RELEASE) -SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl +SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl -lresolv ifeq ($(HAVE_ZLIB),yes) SLIBS+= -lz endif |