summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2020-12-18 14:11:22 +0800
committerClarence2020-12-18 14:11:22 +0800
commit32c605357299a8897a3a63d5d6a0eb0986b6d2c9 (patch)
treeabc1a5da3eddd0ff31720a1cec582ecde0c05524
parente4bb6eb191028c22bc5de371b508efea1ac72c83 (diff)
downloadaur-32c605357299a8897a3a63d5d6a0eb0986b6d2c9.tar.gz
disable static libraries build.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 824af4a1be95..db2c7a8028fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$_pkgname-$pkgver"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}