X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/23fc5ecaa01bc41d582640dd5950be73987a8b4b..e49dd9d3e7bb3553104c8c96a0e254e66319155f:/apt-pkg/makefile?ds=inline 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