summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7208721de134..9e47f50b81dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "$srcdir/d0_blind_id"
sh autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-static --enable-shared
make
}