Changeset a6a9fc5


Ignore:
Timestamp:
01/25/2016 05:08:10 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
94b4def9
Parents:
99673f0
Message:

Merge from trunk r16837.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r99673f0 ra6a9fc5  
    9191
    9292    <para>
    93       If you want Boost to use Python3 instead of Python2, fix a bug with
    94       the header files path:
    95     </para>
    96 
    97 <screen><userinput>sed "/include.*python.*version/s/ ;/m ;/" -i tools/build/src/tools/python.jam</userinput></screen>
     93      First, fix a bug with the header files path, when Python3 is used:
     94    </para>
     95
     96<screen><userinput>sed -e 's@using python[^;]*@&: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} @'  \
     97    -i bootstrap.sh</userinput></screen>
    9898
    9999    <para>
Note: See TracChangeset for help on using the changeset viewer.