mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Fix libquicktime configure by removing spurious ** which made it try to cross-compile for an unrecognized ABOUT-NLS machine
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12041 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a83bf93d98
commit
b0de12627f
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>October 23nd, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Remove extraneous '**' from libquicktime's configure
|
||||
which broke it.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gucharmap-3.10.0. Partially
|
||||
fixes <ulink url="&blfs-ticket-root;4200">#4200</ulink>.</para>
|
||||
|
@ -122,7 +122,7 @@
|
||||
./configure --prefix=/usr \
|
||||
--enable-gpl \
|
||||
--without-doxygen \
|
||||
--docdir=/usr/share/doc/libquicktime-&libquicktime-version; **
|
||||
--docdir=/usr/share/doc/libquicktime-&libquicktime-version;
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user