Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/grpc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/grpc/PKGBUILD')
-rw-r--r--community/grpc/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/grpc/PKGBUILD b/community/grpc/PKGBUILD
deleted file mode 100644
index 05b3ada2..00000000
--- a/community/grpc/PKGBUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-# -latomic on i486
-if [ "$CARCH" == 'i486' ]; then
- eval "$(
- declare -f prepare | \
- sed '
- s/cmake /cmake -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic /
- '
- )"
-fi
-
-# Python tests failing due to LDFLAGS stuff, disabled for now
-unset check