Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2005 19:46:45 -0400
From:      Mikhail Teterin <mi+mx@aldan.algebra.com>
To:        "Jeremy Messenger" <mezz7@cox.net>
Cc:        gnome@freebsd.org
Subject:   Re: leaner and even meaner firefox
Message-ID:  <200508041946.46147.mi%2Bmx@aldan.algebra.com>
In-Reply-To: <op.su0b16ad9aq2h7@mezz.mezzweb.com>
References:  <200508041742.33580.mi%2Bmx@aldan.algebra.com> <200508041929.18245.mi%2Bmx@aldan.algebra.com> <op.su0b16ad9aq2h7@mezz.mezzweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > The files/patch-sysnss should contain patches for
> > nsNSSComponent.cpp at the end
> [...]
> --- security/manager/ssl/src/nsNSSComponent.cpp	Thu Apr 22 15:48:30 2004
> +++ security/manager/ssl/src/nsNSSComponent.cpp	Thu Aug  4 16:44:27 2005
[...]

Yes, looks right... I knew, I should not have removed the debug printfs. Can 
you instrument the code patched? Just make it fprintf the fullModuleName when 
it is about to try it the next one (before stat()), and when it picks one.

The NS_UNIX_LIB_DIR property should return something like "/usr/local/lib" at 
run-time.

> Ummm, s/${PREFIX}/${LOCALBASE}/g? or need both to find anything in two
> prefixes?

No, not ${PREFIX}, but the literal '/usr/local/lib/netscape' is replaced with 
the ${LOCALBASE}, where the nss' libraries are to be found.

	-mi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508041946.46147.mi%2Bmx>