Ignore:
Timestamp:
07/17/2015 12:43:56 AM (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:
458e839c
Parents:
895c4b7
Message:

LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    r895c4b7 r7c4f32b  
    8787    commands:</para>
    8888
    89 <screen><userinput>CXXFLAGS=-std=c++11 ./configure --prefix=/usr &amp;&amp;
     89<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9090make</userinput></screen><!-- &amp;&amp;
    9191
     
    124124
    125125    <para>
    126       <envar>CXXFLAGS=-std=c++11</envar>: Fix a build problem with gcc-5.
     126      <option>--enable-pinentry-qt4</option>: Use this switch if you wish to
     127      install <command>pinentry-qt4</command>.
    127128    </para>
    128129
    129130    <para>
    130       <option>--enable-pinentry-qt4</option>: Use this switch if ypu wish to
    131       install <command>pinentry-qt4</command>. If both <xref linkend="qt4"/>
    132       and <xref linkend="qt5"/> are installed, use <command>source
    133       setqt4</command>, before starting. Also, you need to modify the
    134       configuration step, using <command>CXX="g++ -std=c++11"
    135       MOC="$QT4DIR/bin/moc" ./configure ...</command>, to fix building with
    136       gcc-5 and for Qt4 <command>moc</command> (Qt4 meta object compiler)
    137       detection.
     131      <envar>CXXFLAGS=-std=c++11</envar>: If using
     132      <option>--enable-pinentry-qt4</option> switch, add to the
     133      <command>./configure ...</command> command line, to fix a build problem
     134      with gcc-5.
     135    </para>
     136
     137    <para>
     138      <envar>MOC=$QT4DIR/bin/moc</envar>:  If using
     139      <option>--enable-pinentry-qt4</option> switch, add to the
     140      <command>./configure ...</command> command line, to help Qt4
     141      <command>moc</command> (Qt4 meta object compiler) detection.
    138142    </para>
    139143
Note: See TracChangeset for help on using the changeset viewer.