Adding a sed to the Cairo page to disable running check-plt.sh, a test that

fails with the expose-snapshot patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9979 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-04-22 19:09:59 +00:00
parent 1412d23baf
commit afb079cefd
3 changed files with 10 additions and 3 deletions

View File

@ -154,7 +154,8 @@
commands:
</para>
<screen><userinput>patch -p1 &lt; ../cairo-&cairo-version;-expose-snapshot-1.patch &amp;&amp;
<screen><userinput>sed -i 's#check-plt.sh ##' src/Makefile.in &amp;&amp;
patch -p1 &lt; ../cairo-&cairo-version;-expose-snapshot-1.patch &amp;&amp;
./configure --prefix=/usr \
--disable-static --enable-tee --enable-xcb &amp;&amp;
make</userinput></screen>
@ -178,6 +179,12 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i 's#check-plt.sh ##' src/Makefile.in</command>: This sed
disables running a test which is known to fail with the expose-snapshot
patch.
</para>
<para>
<command>patch -p1 &lt;
../cairo-&cairo-version;-expose-snapshot-1.patch</command>: This patch

View File

@ -11,7 +11,7 @@
<!-- md5sum and size should match firefox, but the buildsize and time will differ -->
<!ENTITY xulrunner-md5sum "80c3e5927274de7f181fb5f931ac5fd4">
<!ENTITY xulrunner-size "75 MB">
<!ENTITY xulrunner-buildsize "2.6 GB (440 MB installed)">
<!ENTITY xulrunner-buildsize "3.4 GB (538 MB installed)">
<!ENTITY xulrunner-time "22 SBU">
]>

View File

@ -10,7 +10,7 @@
"ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
<!ENTITY firefox-md5sum "80c3e5927274de7f181fb5f931ac5fd4">
<!ENTITY firefox-size "75 MB">
<!ENTITY firefox-buildsize "3 GB (33 MB installed)">
<!ENTITY firefox-buildsize "2.8 GB (31 MB installed)">
<!ENTITY firefox-time "24 SBU (or 0.3 SBU if you're building against
an installed Xulrunner)">
]>