mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
Fix seamonkey build with nss-3.65 by using shipped nss.
This commit is contained in:
parent
3026cde2a5
commit
0194877132
@ -41,6 +41,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 29th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Fix seamonkey build breakage with nss-3.65 by
|
||||
using the shipped nss. Fixes
|
||||
<ulink url="&blfs-ticket-root;15079">#15079</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 28th, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY seamonkey-download-ftp " ">
|
||||
<!ENTITY seamonkey-md5sum "4fa8dfc6f9c35f2b865764a37ffa01db">
|
||||
<!ENTITY seamonkey-size "271 MB">
|
||||
<!ENTITY seamonkey-buildsize "6.8 GB (158 MB installed)">
|
||||
<!ENTITY seamonkey-buildsize "6.1 GB (160 MB installed)">
|
||||
<!ENTITY seamonkey-time "18 SBU (on a 4-core machine)">
|
||||
]>
|
||||
|
||||
@ -223,7 +223,8 @@ ac_add_options --disable-gconf
|
||||
ac_add_options --with-system-icu
|
||||
ac_add_options --with-system-libevent
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
# nss-3.65 broke the build of seamonkey, use the shipped version
|
||||
#ac_add_options --with-system-nss
|
||||
ac_add_options --with-system-webp
|
||||
|
||||
# The elf-hack is reported to cause failed installs (after successful builds)
|
||||
|
Loading…
Reference in New Issue
Block a user