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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 2 22:38:32 UTC 2018


    Date: Saturday, June 2, 2018 @ 22:38:31
  Author: foutrelis
Revision: 338486

Fix conflict between std::placeholders and boost::placeholders

Modified:
  ceph/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 22:36:29 UTC (rev 338485)
+++ PKGBUILD	2018-06-02 22:38:31 UTC (rev 338486)
@@ -46,6 +46,9 @@
     fi
   done
 
+  # work around conflict between std::placeholders and boost::placeholders
+  sed -i '1i #define BOOST_BIND_NO_PLACEHOLDERS' src/test/librbd/test_mock_Journal.cc
+
   # remove tests that require root privileges
   rm src/test/cli/ceph-authtool/cap*.t
 



More information about the arch-commits mailing list