summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2017-02-25 15:44:54 -0500
committerKyle2017-02-25 15:44:54 -0500
commit66143a7ea9117eb5bfdbcd23f7744872ec628129 (patch)
treee7662efe9512720899f1b66e11743b4a8af84877
parentc86687ad32dfedff3a56f11aecae424d6a187780 (diff)
downloadaur-66143a7ea9117eb5bfdbcd23f7744872ec628129.tar.gz
Remove --disable-static configure flag, as this now causes a build error.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7995d1022f1a..d2a07c567859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd $_gitname
./autogen.sh
- ./configure --prefix=/usr --enable-custom-modes --disable-static
+ ./configure --prefix=/usr --enable-custom-modes
make
}