summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-11-14 20:50:27 +0200
committerDet2016-11-14 20:50:27 +0200
commitdf07041d40bbeef4df7bb807a9e07a5283cb8101 (patch)
tree6108de65bec8f23e512f11f9d1a17e276ab5e5c9
parentcc9f445bb55f10e6c62276be2c333c10c51361f7 (diff)
downloadaur-df07041d40bbeef4df7bb807a9e07a5283cb8101.tar.gz
'Fix' build again
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 325374f3b554..25292463d108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,8 +29,11 @@ build() {
cd ${_pkgname}
msg2 "Starting ./autogen.sh..."
- ./autogen.sh --prefix=/usr \
- --disable-static
+ ./autogen.sh -vif
+
+ msg2 "Starting ./configure..."
+ ./configure --prefix=/usr \
+ --disable-static
msg2 "Starting make..."
make