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

Levente Polyak anthraxx at archlinux.org
Sun Feb 16 15:21:01 UTC 2020


    Date: Sunday, February 16, 2020 @ 15:21:00
  Author: anthraxx
Revision: 375691

upgpkg: libfido2 1.3.0-4: respect CPPFLAGS and fortify source

Modified:
  libfido2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 15:07:59 UTC (rev 375690)
+++ PKGBUILD	2020-02-16 15:21:00 UTC (rev 375691)
@@ -25,8 +25,9 @@
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=None
-  make
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS}"
+  make VERBOSE=1
 }
 
 package() {



More information about the arch-commits mailing list