mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fixed Bug 644 - espgs and libpng
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1899 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8591347ff8
commit
488388be80
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
<para>Install <application>libpng</application> by running the following commands:</para>
|
<para>Install <application>libpng</application> by running the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>make prefix=/usr \
|
<screen><userinput><command>patch -Np1 -i libpng-1.2.5-link-to-proper-libs.patch &&
|
||||||
|
make prefix=/usr \
|
||||||
ZLIBINC=/usr/include ZLIBLIB=/usr/lib -f scripts/makefile.linux &&
|
ZLIBINC=/usr/include ZLIBLIB=/usr/lib -f scripts/makefile.linux &&
|
||||||
make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen>
|
make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen>
|
||||||
|
|
||||||
|
@ -17,7 +17,10 @@ url="&libpng-download-ftp;"/></para></listitem>
|
|||||||
&libpng-time;</para></listitem></itemizedlist>
|
&libpng-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<!-- <para>Download the patch to force linking of libpng to libz from
|
<sect3><title>Additional downloads</title>
|
||||||
<ulink url="&hfile-root;"/>.</para> -->
|
<itemizedlist spacing='compact'>
|
||||||
|
<listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink
|
||||||
|
url="&patch-root;/libpng-1.2.5-link-to-proper-libs.patch"/></para></listitem>
|
||||||
|
</itemizedlist></sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "CVS-20040315">
|
<!ENTITY version "CVS-20040316">
|
||||||
<!ENTITY releasedate "March 15th, 2004">
|
<!ENTITY releasedate "March 16th, 2004">
|
||||||
<!ENTITY blfs-version "cvs">
|
<!ENTITY blfs-version "cvs">
|
||||||
|
|
||||||
<!ENTITY % book SYSTEM "book/book.ent">
|
<!ENTITY % book SYSTEM "book/book.ent">
|
||||||
|
@ -11,6 +11,10 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>March 16th, 2004 [tushar]: Add patch to link libpng against
|
||||||
|
system libz and libm. Fixed bug in espgs shared lib compilation. Submitted by
|
||||||
|
Anderson Lizardo. See Bug # 644.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 15th, 2004 [tushar]: Added hd2u-0.9.0.</para></listitem>
|
<listitem><para>March 15th, 2004 [tushar]: Added hd2u-0.9.0.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 15th, 2004 [tushar]: Updated to audiofile-0.2.6.</para></listitem>
|
<listitem><para>March 15th, 2004 [tushar]: Updated to audiofile-0.2.6.</para></listitem>
|
||||||
|
@ -25,7 +25,7 @@ patch:</para>
|
|||||||
|
|
||||||
<para>Proceed with the following commands:</para>
|
<para>Proceed with the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>make so &&
|
<screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so &&
|
||||||
make soinstall</command></userinput></screen>
|
make soinstall</command></userinput></screen>
|
||||||
|
|
||||||
<note><para>The shared library is only used in external programs like
|
<note><para>The shared library is only used in external programs like
|
||||||
|
Loading…
Reference in New Issue
Block a user