Ignore:
Timestamp:
09/23/2018 10:39:01 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c9a326f
Parents:
6c71499
Message:

Perl modules branch: merge revisions 20505 to 20531 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20532 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r6c71499 r88f20bb  
    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.