[arch-commits] Commit in boost1.69/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 11 21:40:32 UTC 2019


    Date: Monday, November 11, 2019 @ 21:40:31
  Author: foutrelis
Revision: 367767

Fix build with Python 3.8

Modified:
  boost1.69/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 21:39:12 UTC (rev 367766)
+++ PKGBUILD	2019-11-11 21:40:31 UTC (rev 367767)
@@ -69,8 +69,6 @@
 
    # because b2 in boost 1.62.0 doesn't seem to respect python parameter, we
    # need another run for liboost_python3.so
-   sed -e '/using python/ s@;@: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
-      -i bootstrap.sh
 
    ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python3 \
       --with-libraries=python



More information about the arch-commits mailing list