Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Aug 2005 22:59:50 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Roman Neuhauser <neuhauser@sigpipe.cz>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: RELENG_6: cannot make buildworld
Message-ID:  <42F67646.2030306@cs.tu-berlin.de>
In-Reply-To: <20050807190553.GA75308@isis.sigpipe.cz>
References:  <20050807190553.GA75308@isis.sigpipe.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Neuhauser wrote:

> CFLAGS= -O -pipe
> COPTFLAGS= -O -pipe

Why do you use -O since -O2 is default in RELENG_6?

> NO_NIS=

Just by the way, I noticed some ugly error messages about unknown login 
classes in a world with NO_NIS.

> NO_SHARED=

This adds "-static" to almost everything which is a bad idea; it is also 
the reason for your failed buildworld.

The origin for this knob is PR conf/48569 which says "do NOT use unless 
you known what are you doing", but the committed comment in 
src/share/examples/etc/make.conf is a little bit wrong and malformed. 
Someone should fix this.

Regards Björn


-- 
Björn König (bkoenig@cs.tu-berlin.de)
student at the Technische Universität Berlin
http://bkoenig.alpha-tierchen.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F67646.2030306>