Explorar o código

Link apt-inst to apt-pkg, #175055
Author: jgg
Date: 2003-01-06 00:40:51 GMT
Link apt-inst to apt-pkg, #175055

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
87b192a04c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apt-inst/makefile

+ 1 - 1
apt-inst/makefile

@@ -14,7 +14,7 @@ LIBRARY=apt-inst
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
 MAJOR=1.0
 MINOR=0
-SLIBS=$(PTHREADLIB)
+SLIBS=$(PTHREADLIB) -lapt-pkg
 
 # Source code for the contributed non-core things
 SOURCE = contrib/extracttar.cc contrib/arfile.cc