From abb9b874c5d1573a42c8c5519a38ac0575ef77ba Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:27 +0000 Subject: More solaris support Author: jgg Date: 1999-12-10 04:48:05 GMT More solaris support --- methods/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'methods') diff --git a/methods/makefile b/methods/makefile index 32ec3464d..addaf23c9 100644 --- a/methods/makefile +++ b/methods/makefile @@ -36,14 +36,14 @@ include $(PROGRAM_H) # The http method PROGRAM=http -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg $SOCKETLIBS LIB_MAKES = apt-pkg/makefile SOURCE = http.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) # The ftp method PROGRAM=ftp -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg $SOCKETLIBS LIB_MAKES = apt-pkg/makefile SOURCE = ftp.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) -- cgit v1.2.3