Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
87b192a04c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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