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

Antonio Rojas arojas at archlinux.org
Mon Dec 9 17:58:59 UTC 2019


    Date: Monday, December 9, 2019 @ 17:58:58
  Author: arojas
Revision: 536418

Explicitly disable static libs so that cmake doesn't search for them

Modified:
  bcunit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 17:42:34 UTC (rev 536417)
+++ PKGBUILD	2019-12-09 17:58:58 UTC (rev 536418)
@@ -4,12 +4,12 @@
 
 pkgname=bcunit
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bcunit"
-license=(LGPL2)
-depends=()
+license=(LGPL)
+depends=(glibc)
 makedepends=(cmake)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz")
 sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
@@ -22,7 +22,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_DOC=ON
+    -DENABLE_DOC=ON \
+    -DENABLE_STATIC=OFF
   make
 }
 



More information about the arch-commits mailing list