mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Fix a url
Remove obsolete patch. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19603 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
08f2ed340b
commit
57e07f48d8
@ -63,13 +63,6 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink
|
||||
url="&patch-root;/libcdio-1.0.0-upstream_fix-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Required file:
|
||||
@ -96,11 +89,7 @@
|
||||
<para>Install <application>libcdio</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<!-- The patch will go away with next release -->
|
||||
<screen><userinput>patch -Np1 -i ../libcdio-1.0.0-upstream_fix-1.patch &&
|
||||
sed -i '/^LIBCDIO_VERSION_NUM=/s/=.*$/=10000/' configure &&
|
||||
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
@ -5,7 +5,7 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY qtwebengine-major "5.10">
|
||||
<!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-opensource-src-&qtwebengine-version;.tar.xz">
|
||||
<!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz">
|
||||
<!ENTITY qtwebengine-download-ftp " ">
|
||||
<!ENTITY qtwebengine-md5sum "0ea0b32e97911cf80d32b31cf10a6d8b">
|
||||
<!ENTITY qtwebengine-size "208 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user