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

Levente Polyak anthraxx at archlinux.org
Sun Feb 16 15:07:54 UTC 2020


    Date: Sunday, February 16, 2020 @ 15:07:54
  Author: anthraxx
Revision: 375689

upgpkg: libcbor 0.5.0-3: respect CPPFLAGS and fortify source

Modified:
  libcbor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 14:20:54 UTC (rev 375688)
+++ PKGBUILD	2020-02-16 15:07:54 UTC (rev 375689)
@@ -3,7 +3,7 @@
 
 pkgname=libcbor
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='C library for parsing and generating CBOR, the general-purpose schema-less binary data format'
 url='https://github.com/PJK/libcbor'
 arch=('x86_64')
@@ -22,9 +22,10 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS}" \
     -DWITH_TESTS=1
-  make cbor cbor_shared
-  make -C test
+  make cbor cbor_shared VERBOSE=1
+  make -C test VERBOSE=1
 }
 
 check() {



More information about the arch-commits mailing list