From owner-freebsd-questions@FreeBSD.ORG Fri May 14 12:55:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5526416A4CE for ; Fri, 14 May 2004 12:55:08 -0700 (PDT) Received: from mcp.lphp.org (ASt-Lambert-152-2-1-166.w82-120.abo.wanadoo.fr [82.120.207.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0EA43D46 for ; Fri, 14 May 2004 12:55:06 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from mcp.lphp.local (localhost [127.0.0.1]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i4EJt5DG026866; Fri, 14 May 2004 21:55:05 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by mcp.lphp.local (8.12.10/8.12.10/Submit) id i4EJt4oK026814; Fri, 14 May 2004 21:55:04 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by webmail.lphp.org (IMP) with HTTP for ; Fri, 14 May 2004 21:55:04 +0200 Message-ID: <1084564504.40a5241842c33@webmail.lphp.org> Date: Fri, 14 May 2004 21:55:04 +0200 From: Antoine Jacoutot To: Gerard Samuel References: <200405141317.12923.fbsd-questions@trini0.org> <200405141926.40456.ajacoutot@lphp.org> <200405141513.43260.fbsd-questions@trini0.org> In-Reply-To: <200405141513.43260.fbsd-questions@trini0.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 / FreeBSD-5.2.1 cc: freebsd-questions@freebsd.org Subject: Re: The correct way to run "make" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 19:55:08 -0000 Selon Gerard Samuel : > Im giving up for now. > Tried to build mozilla with -> > make -DWITHOUT_MAILNEWS=yes -DWITHOUT_LDAP=yes -DWITHOUT_CHATZILLA=yes > install > and it still has the mail and chatzilla modules installed. > Maybe Ill experiment with it later (like when Im sleeping).... NO ! do: make -DWITHOUT_MAILNEWS -DWITHOUT_LDAP -DWITHOUT_CHATZILLA or make WITHOUT_MAILNEWS=yes WITHOUT_LDAP=yes WITHOUT_CHATZILLA=yes