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

Anatol Pomozov anatolik at gemini.archlinux.org
Tue Sep 7 23:48:16 UTC 2021


    Date: Tuesday, September 7, 2021 @ 23:48:16
  Author: anatolik
Revision: 423516

FS#72058 reenable RTTI that has been dropped in 1.1.9

Modified:
  snappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 23:43:29 UTC (rev 423515)
+++ PKGBUILD	2021-09-07 23:48:16 UTC (rev 423516)
@@ -15,11 +15,13 @@
         snappy.pc.in
         cmake_add_pkgconfig.patch
         system_gtest.patch::https://github.com/google/snappy/commit/114df35e84ad95b6d5afbcf69aa85a14ff029000.patch
+        reenable_rtti.patch::https://github.com/google/snappy/commit/516fdcca6606502e2d562d20c01b225c8d066739.patch
         fix_inline.patch::https://github.com/google/snappy/pull/128/commits/0c716d435abe65250100c2caea0e5126ac4e14bd.patch)
 sha256sums=('75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7'
             '134f06ca0584a1026538d0fb972fc141c008390ecae1806184b721eca1abbc75'
             '2a204d7d35509ffc290d80c641fcb7e8488c67ca550aa1695493cff12c53156b'
             'ca96fd9e72f35ea63af82f19ff1ca93441bf5ea6b3f53ef4b974e83c249d8e3e'
+            '5c9a3be0cabfc58f091a6ba51b05a1627a39693695ab91a6260cecc982e9a6b5'
             'ad79190b274df5ddabf14eddd2bb0d9a091ee7d44e4afde89febf9a8f783fdce')
 
 prepare() {
@@ -27,6 +29,7 @@
   cp ../snappy.pc.in .
   patch -p1 < ../cmake_add_pkgconfig.patch # https://bugs.archlinux.org/task/71246
   patch -p1 < ../system_gtest.patch # https://github.com/google/snappy/pull/132
+  patch -p1 < ../reenable_rtti.patch # https://bugs.archlinux.org/task/72058
   patch -p1 < ../fix_inline.patch # https://github.com/google/snappy/pull/128
 }
 



More information about the arch-commits mailing list