Changeset fb940713 for general/prog


Ignore:
Timestamp:
09/22/2018 09:46:42 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4291c1e
Parents:
8dc8ced
Message:

Rustc - during install, tell it to use pkgconfig to find libssh2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r8dc8ced rfb940713  
    260260    </para>
    261261
    262 <screen><userinput>DESTDIR=${PWD}/install ./x.py install</userinput></screen>
     262<screen><userinput>export LIBSSH2_SYS_USE_PKG_CONFIG=1 &amp;&amp;
     263DESTDIR=${PWD}/install ./x.py install &amp;&amp;
     264unset LIBSSH2_SYS_USE_PKG_CONFIG</userinput></screen>
    263265
    264266    <para>
     
    325327      <command>--no-fail-fast</command>: this switch ensures that the testsuite
    326328      will not stop at the first error.
     329    </para>
     330
     331    <para>
     332      <command>export LIBSSH2_SYS_USE_PKG_CONFIG=1</command>: On some systems,
     333      cairo fails to link during the install because it cannot find libssh2.
     334      This seems to fix it, but again the reason why the problem occurs is not
     335      understood.
    327336    </para>
    328337
Note: See TracChangeset for help on using the changeset viewer.