Changeset eeb64e8


Ignore:
Timestamp:
03/30/2012 10:27:58 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9aa0603
Parents:
3e2c430
Message:

geoclue fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9805 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue.xml

    r3e2c430 reeb64e8  
    3838    </para>
    3939
    40     &lfs71_built;
     40    &lfs70_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus"/> and <xref linkend="glib2"/>
     80      <xref linkend="dbus-glib"/> and <xref linkend="libxslt"/>
    8181    </para>
    8282
    83     <!--
     83    <bridgehead renderas="sect4">Recommended if you are building GNOME</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="GConf"/>, <xref linkend="libsoup"/> and
     86      <xref linkend="NetworkManager"/>
     87    </para>
     88
    8489    <bridgehead renderas="sect4">Optional</bridgehead>
    8590    <para role="optional">
    86       <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>.
     91      <ulink url="http://gpsd.berlios.de/">GPSD</ulink>,
     92      <xref linkend="gtk2"/> and
     93      <ulink url="http://ofono.org/">oFono</ulink>.
    8794    </para>
    88   -->
    8995
    9096    <para condition="html" role="usernotes">
     
    101107    </para>
    102108
    103 <screen><userinput>sed -i 's# -Werror##' configure &amp;&amp;
     109<screen><userinput>sed -i "s@ -Werror@@" configure &amp;&amp;
     110sed -i "s@libnm_glib@libnm-glib@g" configure &amp;&amp;
     111sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" \
     112       providers/skyhook/Makefile.in &amp;&amp;
    104113./configure --prefix=/usr --libexecdir=/usr/lib/geoclue &amp;&amp;
    105114make</userinput></screen>
     
    120129
    121130    <para>
    122       <command>sed -i 's# -Werror##' configure</command>: This sed removes
     131      <command>sed -i "s@ -Werror@@" configure</command>: This sed removes
    123132      -Werror from the CFLAGS, otherwise the build will fail with gcc-4.7.
     133    </para>
     134
     135    <para>
     136      <command>sed -i "s@libnm_glib@libnm-glib@g" configure</command>:
     137      This sed fixes detection of NetworkManager libraries.
     138    </para>
     139
     140    <para>
     141      <command>sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" ..
     142      </command>: This sed fixes building geoclue with recent binutils.
    124143    </para>
    125144
Note: See TracChangeset for help on using the changeset viewer.