[arch-commits] Commit in gnuradio-osmosdr/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Sep 13 09:38:16 UTC 2019


    Date: Friday, September 13, 2019 @ 09:38:15
  Author: foutrelis
Revision: 510093

Fix build with boost >= 1.70.0

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 09:34:15 UTC (rev 510092)
+++ PKGBUILD	2019-09-13 09:38:15 UTC (rev 510093)
@@ -40,6 +40,7 @@
     -DPYTHON_EXECUTABLE="$(which python3)" \
     -DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
     -DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
+    -DBoost_NO_BOOST_CMAKE=ON \
     -DCMAKE_INSTALL_PREFIX=/usr ../
 
   make



More information about the arch-commits mailing list