From owner-freebsd-questions@FreeBSD.ORG Fri May 14 17:54:39 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 2E46E16A4CE for ; Fri, 14 May 2004 17:54:39 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F391043D48 for ; Fri, 14 May 2004 17:54:38 -0700 (PDT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc11) with ESMTP id <20040515005438013000p63ie>; Sat, 15 May 2004 00:54:38 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 32B1226C; Fri, 14 May 2004 20:54:37 -0400 (EDT) From: Gerard Samuel To: freebsd-questions@freebsd.org Date: Fri, 14 May 2004 20:54:36 -0400 User-Agent: KMail/1.6.2 References: <200405141317.12923.fbsd-questions@trini0.org> <200405141513.43260.fbsd-questions@trini0.org> <1084564504.40a5241842c33@webmail.lphp.org> In-Reply-To: <1084564504.40a5241842c33@webmail.lphp.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200405142054.37010.fbsd-questions@trini0.org> cc: Antoine Jacoutot 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: Sat, 15 May 2004 00:54:39 -0000 On Friday 14 May 2004 03:55 pm, Antoine Jacoutot wrote: > 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 > Ill give this a shot later tonight...