mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
libunique fixes
I'll update it to 1.1.6 tomorrow git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9181 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e052635d09
commit
75f50a95fc
@ -79,7 +79,9 @@
|
||||
<para>Install <application>libunique</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' unique/Makefile.in &&
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
sed -i 's# -Werror ##' unique/dbus/Makefile &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -93,6 +95,14 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i '/DG_DISABLE_DEPRECATED/d' ...</command>:
|
||||
<application>Libunique</application> uses functions that are deprecated in
|
||||
the current version of <application>Glib</application>. This sed allows it
|
||||
to compile using those deprecated functions.</para>
|
||||
|
||||
<para><command>sed -i 's# -Werror ##' ...</command>: This sed disables
|
||||
treating warnings as errors in the Makefile that deals with dbus.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user