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

Antonio Rojas arojas at archlinux.org
Mon Dec 9 21:11:21 UTC 2019


    Date: Monday, December 9, 2019 @ 21:11:20
  Author: arojas
Revision: 536439

Disable static lib

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 21:03:40 UTC (rev 536438)
+++ PKGBUILD	2019-12-09 21:11:20 UTC (rev 536439)
@@ -3,7 +3,7 @@
 
 pkgname=bctoolbox
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox"
@@ -20,7 +20,8 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
   make
 }
 



More information about the arch-commits mailing list