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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Nov 10 09:46:14 UTC 2016


    Date: Thursday, November 10, 2016 @ 09:46:13
  Author: bpiotrowski
Revision: 280282

upgpkg: boost 1.62.0-3

add libboost_context to provides to keep powerdns-recursor
derpiness-resilent (FS#51779)

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-10 07:12:42 UTC (rev 280281)
+++ PKGBUILD	2016-11-10 09:46:13 UTC (rev 280282)
@@ -11,7 +11,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.62.0
 _boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -116,6 +116,9 @@
    depends=('bzip2' 'zlib' 'icu')
    optdepends=('openmpi: for mpi support')
 
+   # powerdns-recursor keeps being rebuild against outdated boost-libs
+   provides=('libboost_context.so')
+
    install -dm755 "${pkgdir}"/usr
    cp -a "${_stagedir}"/lib "${pkgdir}"/usr
    cp -a "${_stagedir}"/python3/lib/libboost_python3* "${pkgdir}"/usr/lib



More information about the arch-commits mailing list