summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Khuzhin2019-03-17 18:44:17 +0300
committerAzat Khuzhin2019-03-17 18:44:31 +0300
commit1a760b41f1dd802afba6d6aeaecfde29b1fc73e4 (patch)
tree2f4c4271a30f96b4540e0f559b70eb9c0a6a01e7
parent3338f774804f20c4ff96e22ae29844238e1e00e0 (diff)
downloadaur-grpc-git-cmake.tar.gz
Add a note about why another project
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 010cdff396d4..78e3da41aff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,10 @@
# Based on PKGBUILD by
# - Daichi Shinozaki <dsdseg@gmail.com> (grpc-git)
# - Simon Schäfer <simon.schaefer@koeln.de> (grpc-git-boringssl)
+#
+# This package differs from grpc-git, since it uses cmake to overcome
+# "Argument list too long" issue:
+# https://github.com/grpc/grpc/issues/14844
pkgname=grpc-git-cmake
_pkgname=${pkgname/-git-cmake/}