Date: Wed, 8 Apr 2009 08:08:04 +0200 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Lars Eighner <luvbeastie@larseighner.com>, Dave Stegner <dstegner@earthlink.net> Subject: Re: Mysql make question Message-ID: <200904080808.05496.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <20090407192917.N49321@qroenaqrq.6qbyyneqvnyhc.pbz> References: <000801c9b7da$76575c00$69dea8c0@xws001> <20090407192917.N49321@qroenaqrq.6qbyyneqvnyhc.pbz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 08 April 2009 02:30:03 Lars Eighner wrote: > On Tue, 7 Apr 2009, Dave Stegner wrote: > > I am venturing into Mysql. I am trying to install it from the port, > > 5.1.33. > > > > Simple question: > > > > Immediately after the start of make, you are presented with a list of > > options. > > > > Are those options selected by entering them on the make line like: > > > > make BUILD_OPTIMIZED=yes BUILD_STATIC=yes > > Yes. Note however that test in most cases is only for the *existence* > of the argument, so WITH_OPENSSL="yes" is the same as WITH_OPENSSL="no"; In those cases you can also use -DWITH_OPENSSL. -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904080808.05496.mel.flynn%2Bfbsd.questions>