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

Antonio Rojas arojas at archlinux.org
Sun Jun 20 21:30:56 UTC 2021


    Date: Sunday, June 20, 2021 @ 21:30:55
  Author: arojas
Revision: 418513

Disable static library explicitly

Modified:
  cmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 21:24:08 UTC (rev 418512)
+++ PKGBUILD	2021-06-20 21:30:55 UTC (rev 418513)
@@ -3,7 +3,7 @@
 
 pkgname=cmark
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='CommonMark parsing and rendering library and program in C'
 arch=(x86_64)
 url='https://github.com/jgm/cmark'
@@ -15,7 +15,8 @@
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMARK_STATIC=OFF
   cmake --build build
 }
 



More information about the arch-commits mailing list