Преглед изворни кода

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 година
родитељ
комит
87b192a04c
1 измењених фајлова са 1 додато и 1 уклоњено
  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