[arch-commits] Commit in libsignal-protocol-c/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Feb 17 17:43:58 UTC 2020


    Date: Monday, February 17, 2020 @ 17:43:58
  Author: archange
Revision: 574466

FS#65339 fix building with --nocheck

Modified:
  libsignal-protocol-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 17:43:17 UTC (rev 574465)
+++ PKGBUILD	2020-02-17 17:43:58 UTC (rev 574466)
@@ -17,7 +17,7 @@
   cmake -B build -S ${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_SHARED_LIBS=ON \
-    -DBUILD_TESTING=1
+    $( ((CHECKFUNC)) && echo -DBUILD_TESTING=1)
   make -C build
 }
 



More information about the arch-commits mailing list