Changeset c11f2b3b for general/genlib


Ignore:
Timestamp:
03/21/2012 06:20:44 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
7ea2a6f
Parents:
43a56d1
Message:

Minor updates to glib2 format and text.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r43a56d1 rc11f2b3b  
    108108    <!-- This should be discussed as the instructions in the tarball give
    109109         many reasons why the internal PCRE should be used -->
    110 <screen><userinput>PCRE_LIBS=-lpcre  PCRE_CFLAGS=" "                                \
    111 LIBFFI_LIBS=-lffi LIBFFI_CFLAGS=-I/usr/lib/libffi-3.0.10/include \
     110<screen><userinput>PCRE_LIBS=-lpcre                               \
     111PCRE_CFLAGS=" "                                \
     112LIBFFI_LIBS=-lffi                              \
     113LIBFFI_CFLAGS=-I/usr/lib/libffi-3.0.10/include \
    112114./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system &amp;&amp;
    113115make</userinput></screen>
     
    165167      filenames are in the UTF-8 charset. See the <xref
    166168      linkend="locale-wrong-filename-encoding"/> section of the <xref
    167       linkend="locale-issues"/> page for more details on this kind of
    168       issue. In order to tell <application>GLib</application> and
    169       applications that use it that filenames are in the default locale
    170       encoding, set the variable <envar>G_FILENAME_ENCODING</envar> to the
    171       value "@locale":</para>
    172 
    173 <screen><userinput>cat &gt; /etc/profile.d/glib2-locale.sh &lt;&lt; "EOF"
     169      linkend="locale-issues"/> page for more details on this kind of issue. In
     170      order to tell <application>GLib</application> and applications that use
     171      it that filenames are in the default locale encoding, set the variable
     172      <envar>G_FILENAME_ENCODING</envar> to the value "@locale".  As the
     173      <systemitem class="username">root</systemitem> user:</para>
     174
     175<screen role="root"><userinput>cat &gt; /etc/profile.d/glib2-locale.sh &lt;&lt; "EOF"
    174176<literal># Use the current locale charset for filenames
    175177# in applications using GLib
Note: See TracChangeset for help on using the changeset viewer.