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

Antonio Rojas arojas at archlinux.org
Tue Sep 18 07:58:56 UTC 2018


    Date: Tuesday, September 18, 2018 @ 07:58:56
  Author: arojas
Revision: 382957

Fix build with boost 1.68

Modified:
  kea/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 07:53:44 UTC (rev 382956)
+++ PKGBUILD	2018-09-18 07:58:56 UTC (rev 382957)
@@ -24,13 +24,15 @@
         fix-scripts-include-path.patch
         tmpfiles-kea.conf
         kea-dhcp4.service
-        kea-dhcp6.service)
+        kea-dhcp6.service
+        kea-boost-1.68.patch::"https://github.com/isc-projects/kea/commit/4a88f764.patch")
 sha512sums=('beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634'
             'SKIP'
             '337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
             '13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
             '873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
-            '48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
+            '48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c'
+            'c1d2d2c4ee980d0485d50c285a441e343e2bf64278aaa98de72b20e45fd956b4fb8fb01a7ad35a5d255ac9a942cb4aafbaac753afd452fd0ed646f681250fbf6')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
 
 prepare() {
@@ -39,6 +41,8 @@
   # Also, it fallbacks to the absolute path inside the chrooted build dir,
   # which will certainly not exist on the target system...
   patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
+
+  patch -p1 -i ../kea-boost-1.68.patch # Fix build with boost 1.68
 }
 
 build() {



More information about the arch-commits mailing list