summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregor Reitzenstein2017-08-29 17:55:58 +0200
committerGregor Reitzenstein2017-08-29 17:55:58 +0200
commitb54f1717a0b5e83304f133794227439c7809b1e1 (patch)
tree5427d14c8ece9240f8e1d05200575f8fc194d46a
parentece4ae452f5b1acb1cff45f92203ee1efd2ccc56 (diff)
downloadaur-b54f1717a0b5e83304f133794227439c7809b1e1.tar.gz
Removes unnecessary cruft
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10af81e819b9..6d9ab3c4db20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
build() {
cd "$srcdir"/nginx-$_nginxver
- #./configure --with-cc-opts=-Wno-error --with-compat --add-dynamic-module=../$_modname-$pkgver
./configure --with-compat --add-dynamic-module=../$_modname
make modules
}