mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
added a configure switch to prevent the abigochart plugin being built
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5493 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7a5dad89ca
commit
5de35d2039
@ -98,7 +98,7 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>cd abiword-plugins &&
|
||||
./configure --prefix=/usr --without-inter7eps &&
|
||||
./configure --prefix=/usr --without-inter7eps --without-abigochart &&
|
||||
make &&
|
||||
cd ../abi &&
|
||||
./configure --prefix=/usr &&
|
||||
@ -155,6 +155,10 @@ find /usr/share/AbiSuite-2.4/AbiWord/help \
|
||||
<application>GCC</application>-&gcc-version;. This parameter prevents
|
||||
linking to the package and incurring a build failure.</para>
|
||||
|
||||
<para><parameter>--without-abigochart</parameter>: The abigochart plugin does not
|
||||
compile cleanly against the current version of <xref linkend="goffice"/>. This
|
||||
parameter prevents linking to the package and incurring a build failure.</para>
|
||||
|
||||
<para><command>sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh</command>:
|
||||
This command alters the <command>make-gnome-html.sh</command> script to
|
||||
look for the current version of <command>abiword</command>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user