mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Commit previous gpgme fix without cmake-extra-modules changes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18188 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0901194385
commit
8ed3ee4747
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "January 14th &year;">
|
||||
<!ENTITY releasedate "January 15th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -42,6 +42,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>January 15th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Fixed release issue with gpgme-1.8.0 that affects
|
||||
kwallet.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 14th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -101,6 +101,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GPGME</title>
|
||||
|
||||
<para>
|
||||
Fix a minor release error:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed 's#@libsuffix@#.so#' -i lang/cpp/src/GpgmeppConfig.cmake.in.in</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>GPGME</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user