summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2016-09-01 16:01:32 +0300
committerIvan Puntiy2016-09-01 16:01:32 +0300
commita2164b20ca7dee988d6cfbc5de3043fcec31fe6e (patch)
tree2c5809dbf249224a46d5e53a2c0111651d97d641
parent68bbb519550f62284988ef9b082adbcc7ac51d76 (diff)
downloadaur-a2164b20ca7dee988d6cfbc5de3043fcec31fe6e.tar.gz
Reverted back to monolithic build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee18bdef3acf..c6a61ae8ed2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ build() {
for _arch in ${_architectures}; do
# shared build
mkdir -p build-shared-${_arch} && pushd build-shared-${_arch}
- ${_arch}-configure ${_build_flags} ..
+ ${_arch}-configure ${_build_flags} --enable-monolithic ..
make
popd