Date: Mon, 18 Jun 2007 00:48:20 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Sunjae Park" <darehanl@gmail.com> Cc: freebsd-gnome@freebsd.org Subject: Re: Trying to build glib20 on 6.2 with USE_OPENSSL (was WITH_X11) Message-ID: <op.tt3rquen9aq2h7@mezz.mezzweb.com> In-Reply-To: <200706172356.02729.darehanl@gmail.com> References: <200706172157.25371.darehanl@gmail.com> <op.tt3muytb9aq2h7@mezz.mezzweb.com> <200706172356.02729.darehanl@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Jun 2007 23:55:55 -0500, Sunjae Park <darehanl@gmail.com> wro= te: > On Sunday 17 June 2007 23:02:48 Jeremy Messenger wrote: >> Did you custom your own LDFLAGS in your make.conf or somewhere? If yo= u = >> do, >> then please remove it. In your log shows: >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> ac_cv_env_LDFLAGS_value=3D' -rpath=3D/usr/lib:/usr/local/lib' >> [...] >> LDFLAGS=3D' -rpath=3D/usr/lib:/usr/local/lib' >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Ah.. Found what the problem was. I didn't set LDFLAGS to anything > explicitly, but I did set USE_OPENSSL=3Dyes. > > #USE_OPENSSL=3Dyes > > fixed the problem. This must be messing with LDFLAGS somehow. Never put any of USE_* in the make.conf. The USE_* are always for ports'= = Makefile. The WITH_* are always for in make.conf (user's option) or run = = with command. To enable OpenSSL should be WITH_OPENSSL=3Dyes, depend if = port = has it. Cheers, Mezz >> Cheers, >> Mezz > > Thanks, Mezz! -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tt3rquen9aq2h7>