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

Levente Polyak anthraxx at archlinux.org
Fri Sep 13 10:15:42 UTC 2019


    Date: Friday, September 13, 2019 @ 10:15:42
  Author: anthraxx
Revision: 510141

add required boost chrono lib for boost 1.71

Modified:
  soapyosmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 10:14:54 UTC (rev 510140)
+++ PKGBUILD	2019-09-13 10:15:42 UTC (rev 510141)
@@ -21,6 +21,7 @@
 
 prepare() {
   sed -i 's|#ADD_DEFINITIONS(-Wconversion)|SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")|' $_pkgname-$_gitver/CMakeLists.txt
+  sed 's|SET(BOOST_REQUIRED_COMPONENTS|SET(BOOST_REQUIRED_COMPONENTS chrono|' -i CMakeLists.txt gr-osmosdr/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list