Sfoglia il codice sorgente

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 22 anni fa
parent
commit
87b192a04c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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