]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-pkg/makefile.orig
Add /etc/apt/preferences.d.
[apt-legacy.git] / apt-pkg / makefile.orig
index 6005e88d42bf231b98f4fa1fbe9ed9a0812e4042..bdd49c08903730574ab442313719716cac9ac995 100644 (file)
@@ -14,7 +14,7 @@ include ../buildlib/libversion.mak
 LIBRARY=apt-pkg
 MAJOR=$(LIBAPTPKG_MAJOR)
 MINOR=$(LIBAPTPKG_RELEASE)
-SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl $(LIBICONV)
+SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
 APT_DOMAIN:=libapt-pkg$(LIBAPTPKG_MAJOR)
 
 # Source code for the contributed non-core things
@@ -28,7 +28,7 @@ HEADERS = mmap.h error.h configuration.h fileutl.h  cmndline.h netrc.h\
          macros.h
 
 # Source code for the core main library
-SOURCE+= pkgcache.cc version.cc depcache.cc lookup3.cc \
+SOURCE+= pkgcache.cc version.cc depcache.cc \
          orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
         pkgrecords.cc algorithms.cc acquire.cc\
         acquire-worker.cc acquire-method.cc init.cc clean.cc \