Ghee,
The new firefox3 devel package will be available in vermillion 89.
I've given the patch to Jerry Tan who is responsible for totem plugin
and rhythmbox.
He has confirmed that totem plugin and rhythmbox can be built with
Firefox3 devel package now.
I built yelp 2.22.1 with firefox3 and it works well on my laptop.
Brian
Ghee Teo wrote:
> Brian.Lu at Sun.COM wrote:
>> Alfred Peng wrote:
>>> Hi Brian,
>>>
>>> Brian Lu wrote:
>>>
>>>> @@ -264,7 +289,7 @@
>>>> /usr/bin/find security/nss/lib/ -name '*.h' -type f -exec /bin/cp
>>>> {} \
>>>> $RPM_BUILD_ROOT/%{_includedir}/firefox/nss/ \;
>>>> %else
>>>> -find $RPM_BUILD_ROOT/%{_includedir} -name "nss*" -o -name "nspr*" \
>>>> +$RPM_BUILD_ROOT/%{_libdir}/%{name}/include \( -name "nss*" -o -name
>>>> "nspr*" \
>>>> -type f | xargs rm -f
>>> Typo here? The command "find" seems to be missing.
>>>
>>>
>> Yes, "find" is missed. I'll add it.
> Was there a test build run on the patch?
>
> -Ghee
>
>
>>>> LIBS += \
>>>> $(STATIC_COMPONENTS_LINKER_PATH) \
>>>> - $(EXTRA_DSO_LIBS) \
>>>> $(MOZ_JS_LIBS) \
>>>> $(APP_XPCOM_LIBS) \
>>>> $(NSPR_LIBS) \
>>>> $(TK_LIBS) \
>>>> + $(EXTRA_DSO_LIBS) \
>>>> $(NULL)
>>>>
>>> Any reason to change the place for $(EXTRA_DSO_LIBS)?
>>>
>> The reason is that EXTRA_DSO_LIBS=-lxul and it should be linked last or
>> some symbols will bind to libxul.so instead of libxpcom.so. This
>> will cause firefox
>> crash.
>>> Cheers,
>>> -Alfred
>>>
>>
>