summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a88f675cb05a..da21eed7228b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,6 +54,9 @@ pkgver () {
prepare() {
cd tor
git submodule update --init --recursive
+
+ sed -i configure.ac \
+ -e 's/AC_PROG_CC_C99/AC_PROG_CC/'
./autogen.sh
}