Procházet zdrojové kódy

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 před 22 roky
rodič
revize
87b192a04c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apt-inst/makefile

+ 1 - 1
apt-inst/makefile

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