Changeset 8da658ba for general/genlib


Ignore:
Timestamp:
08/09/2015 08:04:44 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
da8baac5
Parents:
077d95b
Message:
  • Update to bluez-5.33.
  • Update to librsvg-2.40.10.
  • OpenOBEX-1.7.1: minor instructions modifications.
  • WebKitGTK+-2.4.9 and WebKitGTK+-2.8.5:

break seds to become narrower in the book.

  • QScintilla-gpl-2.9: fix md5sum.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    r077d95b r8da658ba  
    102102
    103103    <para><application>OpenOBEX</application> installs a udev rule that
    104     requires a group named plugdev.  Create that group as the 
     104    requires a group named plugdev.  Create that group as the
    105105    <systemitem class="username">root</systemitem> user:</para>
    106106
     
    115115cd    build &amp;&amp;
    116116
    117 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    118       -DCMAKE_INSTALL_LIBDIR=lib  \
    119       -DCMAKE_BUILD_TYPE=Release  \
     117cmake -DCMAKE_INSTALL_PREFIX=/usr      \
     118      -DCMAKE_INSTALL_LIBDIR=/usr/lib  \
     119      -DCMAKE_BUILD_TYPE=Release       \
     120      -Wno-dev                         \
    120121      .. &amp;&amp;
    121122make</userinput></screen>
     
    130131
    131132<screen role="root"><userinput>make install &amp;&amp;
    132 mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen>
     133mv -fv /usr/share/doc/openobex{,-&openobex-version;}</userinput></screen>
    133134  </sect2>
    134135
     
    139140      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    140141      to apply higher level of the compiler optimizations.
     142    </para>
     143
     144    <para>
     145      <parameter>-Wno-dev</parameter>: This switch is used to suppress warnings
     146      that are meant for the author of the CMakeLists.txt files.
    141147    </para>
    142148
Note: See TracChangeset for help on using the changeset viewer.