summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-03 12:30:42 -0500
committerGuillaume Horel2024-01-03 12:30:42 -0500
commitf0137498aece7e9d84af803e2b47eebcbc6c9d7b (patch)
tree66436b7debeaf28f8feb0234ea2b345c0f295beb /PKGBUILD
parent2fc4f64758dd778bb83b2b61b0350138ad2b8f58 (diff)
downloadaur-f0137498aece7e9d84af803e2b47eebcbc6c9d7b.tar.gz
build shared library
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00a7184b3bcc..c53bf56fd302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=belcard
pkgver=5.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="A library for working with vCards"
arch=('x86_64')
url="http://www.linphone.org/"
@@ -16,7 +16,7 @@ build() {
cmake -B build -S "$pkgname-$pkgver" \
-DCMAKE_PREFIX_PATH="/usr/lib" \
-DCMAKE_INSTALL_PREFIX="/usr" \
- -DBUILD_SHARED_LIBS=NO \
+ -DBUILD_SHARED_LIBS=YES \
-DENABLE_UNIT_TESTS=NO
make -C build
}