mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
a sed to fix compiling openjade with perl-5.16
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10339 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3a35e9481e
commit
0a9f097b6a
@ -57,11 +57,13 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<bridgehead renderas="sect3">Additional Download</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required patches: <ulink
|
||||
url="&patch-root;/openjade-&openjade-version;-gcc_4.6-1.patch"/></para>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/openjade-&openjade-version;-gcc_4.6-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
@ -82,6 +84,11 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../openjade-&openjade-version;-gcc_4.6-1.patch</userinput></screen>
|
||||
|
||||
<para>First fix a compilation problem with perl-5.16 and later:</para>
|
||||
|
||||
<screen><userinput>sed -i -e '/getopts/{N;s#&G#g#;s#do .getopts.pl.;##;}' \
|
||||
-e '/use POSIX/ause Getopt::Std;' msggen.pl</userinput></screen>
|
||||
|
||||
<para>Install <application>OpenJade</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user