Author: dj Date: Sun Jan 15 10:30:38 2017 New Revision: 18189 Log: Fix location of ca-bundle.crt for qca.
Modified: trunk/BOOK/general/genlib/qca.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general/genlib/qca.xml ============================================================================== --- trunk/BOOK/general/genlib/qca.xml Sun Jan 15 09:37:13 2017 (r18188) +++ trunk/BOOK/general/genlib/qca.xml Sun Jan 15 10:30:38 2017 (r18189) @@ -94,6 +94,10 @@ <screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen> + <para>Fix the location of the CA certificates:</para> + +<screen><userinput>sed -i '[email protected]@ca-bundle.crt@' CMakeLists.txt</userinput></screen> + <para>Install <application>Qca</application> by running the following commands:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Jan 15 09:37:13 2017 (r18188) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jan 15 10:30:38 2017 (r18189) @@ -49,6 +49,9 @@ <para>[dj] - Fixed release issue with gpgme-1.8.0 that affects kwallet.</para> </listitem> + <listitem> + <para>[dj] - Fixed location of ca-bundle.crt for qca.</para> + </listitem> </itemizedlist> </listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
