From owner-cvs-all Sun Apr 8 13:53: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12F1137B422; Sun, 8 Apr 2001 13:53:05 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f38Kr5922152; Sun, 8 Apr 2001 13:53:05 -0700 (PDT) (envelope-from mi) Message-Id: <200104082053.f38Kr5922152@freefall.freebsd.org> From: Mikhail Teterin Date: Sun, 8 Apr 2001 13:53:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cclient Makefile ports/mail/cclient/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/04/08 13:53:04 PDT Modified files: mail/cclient Makefile mail/cclient/files patch-ab Log: Fix handling of WITH_SSL -- the USE_OPENSSL was defined when in the opposite case :) Make the c-client's Makefile use the LDFLAGS files, when linking the shared library. This ensures, that the things like -lpam, -lssl are linked into it and an application does not have to refer to them explicitly. WITH_SSL should, IMHO, be made a default... Revision Changes Path 1.10 +3 -5 ports/mail/cclient/Makefile 1.5 +2 -2 ports/mail/cclient/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message